cinnamon: added more keybindings

This commit is contained in:
Aly Raffauf 2024-06-20 22:17:13 -04:00
parent cdc113f375
commit 8fc24abb87

View file

@ -28,6 +28,32 @@
"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/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"];
};
};
};
}