change GNOME workspace related settings
This commit is contained in:
parent
7c881d8e71
commit
7ce7a6ecb5
2 changed files with 15 additions and 9 deletions
|
@ -46,7 +46,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/mutter" = {
|
"org/gnome/mutter" = {
|
||||||
dynamic-workspaces = true;
|
dynamic-workspaces = false;
|
||||||
edge-tiling = false;
|
edge-tiling = false;
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"kms-modifiers"
|
"kms-modifiers"
|
||||||
|
|
|
@ -69,22 +69,28 @@ with lib.hm.gvariant;
|
||||||
switch-to-application-2 = [ ];
|
switch-to-application-2 = [ ];
|
||||||
switch-to-application-3 = [ ];
|
switch-to-application-3 = [ ];
|
||||||
switch-to-application-4 = [ ];
|
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" = {
|
"org/gnome/desktop/wm/keybindings" = {
|
||||||
close = [ "<Shift><Control>q" ];
|
close = [ "<Shift><Control>q" ];
|
||||||
show-desktop = [ "<Super>d" ];
|
show-desktop = [ "<Super>d" ];
|
||||||
|
|
||||||
move-to-workspace-1 = [ ];
|
move-to-workspace-1 = [ "<Shift><Super>7" ];
|
||||||
move-to-workspace-2 = [ ];
|
move-to-workspace-2 = [ "<Shift><Super>8" ];
|
||||||
move-to-workspace-3 = [ ];
|
move-to-workspace-3 = [ "<Shift><Super>9" ];
|
||||||
move-to-workspace-4 = [ ];
|
move-to-workspace-4 = [ "<Shift><Super>0" ];
|
||||||
|
|
||||||
switch-to-workspace-1 = [ "<Super>1" ];
|
switch-to-workspace-1 = [ "<Super>7" ];
|
||||||
switch-to-workspace-2 = [ "<Super>2" ];
|
switch-to-workspace-2 = [ "<Super>8" ];
|
||||||
switch-to-workspace-3 = [ "<Super>3" ];
|
switch-to-workspace-3 = [ "<Super>9" ];
|
||||||
switch-to-workspace-4 = [ "<Super>4" ];
|
switch-to-workspace-4 = [ "<Super>0" ];
|
||||||
|
|
||||||
|
move-to-workspace-last = [ ];
|
||||||
move-to-workspace-left = [ "<Shift><Super>comma" ];
|
move-to-workspace-left = [ "<Shift><Super>comma" ];
|
||||||
move-to-workspace-right = [ "<Shift><Super>period" ];
|
move-to-workspace-right = [ "<Shift><Super>period" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue