use static number for workspaces

This commit is contained in:
Tyler Starr 2024-04-28 22:59:40 -07:00
parent 55459c7943
commit dacc5cbd2b

View File

@ -149,11 +149,12 @@ in {
center-new-windows = true; center-new-windows = true;
focus-change-on-pointer-rest = false; focus-change-on-pointer-rest = false;
workspaces-only-on-primary = true; workspaces-only-on-primary = true;
dynamic-workspaces = true; dynamic-workspaces = false;
}; };
"org/gnome/desktop/wm/preferences" = { "org/gnome/desktop/wm/preferences" = {
auto-raise = false; auto-raise = false;
raise-on-click = false; raise-on-click = false;
num-workspaces = 10;
}; };
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
switch-to-application-1 = []; switch-to-application-1 = [];