@@ -13,7 +13,7 @@ export GSETTINGS_SCHEMA_DIR="${SCHDIR}"
1313# 2. All keys in a specific for_each block are sorted alphabetically
1414
151516- for_each " gsettings set org.gnome.shell.extensions.clipboard-history" << 'BASH '
16+ for_each " gsettings set org.gnome.shell.extensions.clipboard-history " << 'BASH '
1717 cache-size "1000"
1818 display-mode "1"
1919 history-size "10000"
@@ -26,7 +26,7 @@ for_each "gsettings set org.gnome.shell.extensions.clipboard-history" << 'BASH'
2626BASH
2727
282829- for_each " gsettings set org.gnome.shell.extensions.dash-to-dock" << 'BASH '
29+ for_each " gsettings set org.gnome.shell.extensions.dash-to-dock " << 'BASH '
3030 always-center-icons "true"
3131 animation-time "0.01"
3232 click-action "previews"
@@ -49,23 +49,23 @@ for_each "gsettings set org.gnome.shell.extensions.dash-to-dock" << 'BASH'
4949BASH
5050
5151# focus-changer@heartmire
52- for_each " gsettings set org.gnome.shell.extensions.focus-changer" << 'BASH '
52+ for_each " gsettings set org.gnome.shell.extensions.focus-changer " << 'BASH '
5353 focus-down "['<Shift><Control><Alt><Super>Down']"
5454 focus-left "['<Shift><Control><Alt><Super>Left']"
5555 focus-right "['<Shift><Control><Alt><Super>Right']"
5656 focus-up "['<Shift><Control><Alt><Super>Up']"
5757BASH
5858
595960- for_each " gsettings set org.gnome.shell.extensions.panelScroll" << 'BASH '
60+ for_each " gsettings set org.gnome.shell.extensions.panelScroll " << 'BASH '
6161 debounce "0"
6262 left "workspace"
6363 right "workspace"
6464 wrap "false"
6565BASH
6666
676768- for_each " gsettings set org.gnome.shell.extensions.quake-terminal" << 'BASH '
68+ for_each " gsettings set org.gnome.shell.extensions.quake-terminal " << 'BASH '
6969 always-on-top "true"
7070 animation-time "0"
7171 auto-hide-window "false"
@@ -75,7 +75,7 @@ for_each "gsettings set org.gnome.shell.extensions.quake-terminal" << 'BASH'
7575BASH
7676
777778- for_each " gsettings set org.gnome.shell.extensions.system-monitor-next-applet" << 'BASH '
78+ for_each " gsettings set org.gnome.shell.extensions.system-monitor-next-applet " << 'BASH '
7979 cpu-system-color "#c01c28ff"
8080 rotate-labels "true"
8181 show-tooltip "true"
8585if gsettings get org.gnome.shell.extensions.tiling-assistant focus-hint; then
8686
878788- for_each " gsettings set org.gnome.shell.extensions.tiling-assistant" << 'BASH '
88+ for_each " gsettings set org.gnome.shell.extensions.tiling-assistant " << 'BASH '
8989 dynamic-keybinding-behavior "0"
9090 enable-advanced-experimental-features "true"
9191 enable-tiling-popup "false"
101101fi # Ubuntu 24.04 CI
102102
103103104- for_each " gsettings set org.gnome.shell.extensions.tilingshell" << 'BASH '
104+ for_each " gsettings set org.gnome.shell.extensions.tilingshell " << 'BASH '
105105 enable-move-keybindings "false"
106106
107107 # TODO - this setting probably also sets and unsets stuff in org.gnome.mutter -
@@ -112,17 +112,17 @@ for_each "gsettings set org.gnome.shell.extensions.tilingshell" << 'BASH'
112112BASH
113113
114114115- for_each " gsettings set org.gnome.shell.extensions.vitals" << 'BASH '
115+ for_each " gsettings set org.gnome.shell.extensions.vitals " << 'BASH '
116116 fixed-widths "false"
117117BASH
118118
119119# window-title-is-back@fthx
120- for_each " gsettings set org.gnome.shell.extensions.window-title-is-back" << 'BASH '
120+ for_each " gsettings set org.gnome.shell.extensions.window-title-is-back " << 'BASH '
121121 fixed-width "false"
122122BASH
123123
124124125- for_each " gsettings set org.gnome.shell.extensions.workspaces-indicator-by-open-apps" << 'BASH '
125+ for_each " gsettings set org.gnome.shell.extensions.workspaces-indicator-by-open-apps " << 'BASH '
126126 indicator-show-background "true"
127127 scroll-enable "false"
128128BASH
0 commit comments