Fix number of workspaces in GNOME
This commit is contained in:
parent
f3df475234
commit
f2c78d7427
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
result
|
result
|
||||||
.direnv
|
.direnv
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
.gcroots
|
||||||
|
|
|
@ -14,7 +14,7 @@ in {
|
||||||
|
|
||||||
dconf.settings = with lib.hm.gvariant; {
|
dconf.settings = with lib.hm.gvariant; {
|
||||||
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
|
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
|
||||||
"org/gnome/desktop/wm.preferences".num-workspaces = 4;
|
"org/gnome/desktop/wm/preferences".num-workspaces = 4;
|
||||||
"org/gnome/mutter".edge-tiling = true;
|
"org/gnome/mutter".edge-tiling = true;
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
|
|
Loading…
Reference in a new issue