forked from Shinonome/dots-hyprland
add and sort icon substitutions
This commit is contained in:
@@ -3,7 +3,7 @@ let userConfigOptions = {
|
|||||||
'ai': {
|
'ai': {
|
||||||
'defaultGPTProvider': 'openai',
|
'defaultGPTProvider': 'openai',
|
||||||
'defaultTemperature': 0.9,
|
'defaultTemperature': 0.9,
|
||||||
'writingCursor': ' ...', // Warning: Using weird characters can mess up Markdown rendering
|
'writingCursor': ' ...', // Warning: Using weird characters can mess up Markdown rendering
|
||||||
},
|
},
|
||||||
'apps': {
|
'apps': {
|
||||||
'imageViewer': 'loupe',
|
'imageViewer': 'loupe',
|
||||||
@@ -19,7 +19,7 @@ let userConfigOptions = {
|
|||||||
'layout': 'qwerty_full', // See modules/onscreenkeyboard/onscreenkeyboard.js for available layouts
|
'layout': 'qwerty_full', // See modules/onscreenkeyboard/onscreenkeyboard.js for available layouts
|
||||||
},
|
},
|
||||||
'overview': {
|
'overview': {
|
||||||
'scale': 0.18,
|
'scale': 0.18, // Relative to screen size
|
||||||
'numOfRows': 2,
|
'numOfRows': 2,
|
||||||
'numOfCols': 5,
|
'numOfCols': 5,
|
||||||
'wsNumScale': 0.09,
|
'wsNumScale': 0.09,
|
||||||
@@ -40,9 +40,10 @@ let userConfigOptions = {
|
|||||||
'code-url-handler': 'visual-studio-code',
|
'code-url-handler': 'visual-studio-code',
|
||||||
'Code': 'visual-studio-code',
|
'Code': 'visual-studio-code',
|
||||||
'GitHub Desktop': 'github-desktop',
|
'GitHub Desktop': 'github-desktop',
|
||||||
'wps': 'wps-office2019-kprometheus',
|
|
||||||
'gnome-tweaks': 'org.gnome.tweaks',
|
|
||||||
'Minecraft* 1.20.1': 'minecraft',
|
'Minecraft* 1.20.1': 'minecraft',
|
||||||
|
'gnome-tweaks': 'org.gnome.tweaks',
|
||||||
|
'wps': 'wps-office2019-kprometheus',
|
||||||
|
'wpsoffice': 'wps-office2019-kprometheus',
|
||||||
'': 'image-missing',
|
'': 'image-missing',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user