Fix number of workspaces in GNOME

This commit is contained in:
Pim Kunis 2024-11-19 17:52:33 +01:00
parent f3df475234
commit f2c78d7427
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
result result
.direnv .direnv
.pre-commit-config.yaml .pre-commit-config.yaml
.gcroots

View file

@ -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" = {