change GNOME workspace related settings

This commit is contained in:
Kim, Jimin 2025-06-01 04:09:24 +09:00
parent 7c881d8e71
commit 7ce7a6ecb5
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 15 additions and 9 deletions

View file

@ -46,7 +46,7 @@
};
"org/gnome/mutter" = {
dynamic-workspaces = true;
dynamic-workspaces = false;
edge-tiling = false;
experimental-features = [
"kms-modifiers"

View file

@ -69,22 +69,28 @@ with lib.hm.gvariant;
switch-to-application-2 = [ ];
switch-to-application-3 = [ ];
switch-to-application-4 = [ ];
switch-to-application-5 = [ ];
switch-to-application-6 = [ ];
switch-to-application-7 = [ ];
switch-to-application-8 = [ ];
switch-to-application-9 = [ ];
};
"org/gnome/desktop/wm/keybindings" = {
close = [ "<Shift><Control>q" ];
show-desktop = [ "<Super>d" ];
move-to-workspace-1 = [ ];
move-to-workspace-2 = [ ];
move-to-workspace-3 = [ ];
move-to-workspace-4 = [ ];
move-to-workspace-1 = [ "<Shift><Super>7" ];
move-to-workspace-2 = [ "<Shift><Super>8" ];
move-to-workspace-3 = [ "<Shift><Super>9" ];
move-to-workspace-4 = [ "<Shift><Super>0" ];
switch-to-workspace-1 = [ "<Super>1" ];
switch-to-workspace-2 = [ "<Super>2" ];
switch-to-workspace-3 = [ "<Super>3" ];
switch-to-workspace-4 = [ "<Super>4" ];
switch-to-workspace-1 = [ "<Super>7" ];
switch-to-workspace-2 = [ "<Super>8" ];
switch-to-workspace-3 = [ "<Super>9" ];
switch-to-workspace-4 = [ "<Super>0" ];
move-to-workspace-last = [ ];
move-to-workspace-left = [ "<Shift><Super>comma" ];
move-to-workspace-right = [ "<Shift><Super>period" ];