mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 05:31:55 -05:00
cinnamon: added more keybindings
This commit is contained in:
parent
cdc113f375
commit
8fc24abb87
|
@ -28,6 +28,32 @@
|
||||||
"org/gnome/desktop/peripherals/touchpad".tap-to-click = true;
|
"org/gnome/desktop/peripherals/touchpad".tap-to-click = true;
|
||||||
"org/gnome/desktop/wm/preferences".titlebar-font = "${config.alyraffauf.theme.font.name} ${toString config.alyraffauf.theme.font.size}";
|
"org/gnome/desktop/wm/preferences".titlebar-font = "${config.alyraffauf.theme.font.name} ${toString config.alyraffauf.theme.font.size}";
|
||||||
"org/nemo/desktop".font = "${config.alyraffauf.theme.font.name} ${toString config.alyraffauf.theme.font.size}";
|
"org/nemo/desktop".font = "${config.alyraffauf.theme.font.name} ${toString config.alyraffauf.theme.font.size}";
|
||||||
|
"org/cinnamon/desktop/wm/preferences" = {
|
||||||
|
focus-mode = "mouse";
|
||||||
|
mouse-button-modifier = "<Super>";
|
||||||
|
};
|
||||||
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
|
focus-mode = "mouse";
|
||||||
|
mouse-button-modifier = "<Super>";
|
||||||
|
};
|
||||||
|
"org/cinnamon/muffin".attach-modal-dialogs = true;
|
||||||
|
"org/cinnamon/desktop/keybindings/media-keys" = {
|
||||||
|
www = ["XF86WWW" "<Super>b"];
|
||||||
|
terminal = ["<Primary><Alt>" "<Super>t"];
|
||||||
|
};
|
||||||
|
"org/cinnamon/desktop/keybindings/wm" = {
|
||||||
|
# TODO: Declaratively disable conflict with panel applet.
|
||||||
|
close = ["<Alt>F4" "<Super>c"];
|
||||||
|
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-5 = ["<Super>5"];
|
||||||
|
switch-to-workspace-6 = ["<Super>6"];
|
||||||
|
switch-to-workspace-7 = ["<Super>7"];
|
||||||
|
switch-to-workspace-8 = ["<Super>8"];
|
||||||
|
switch-to-workspace-9 = ["<Super>9"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue