I feel powerful

This commit is contained in:
Steph 2022-10-11 21:53:27 +02:00
parent beea273e3a
commit 445111398e

View File

@ -55,6 +55,7 @@
services.logind.lidSwitchExternalPower = "ignore";
# Configure keymap in X11
services.xserver = {
layout = "us";
@ -267,6 +268,19 @@ $NEW_PROMPT_COMMAND"
'';
dconf.settings = {
"org/gnome/desktop/wm/keybindings" = {
move-to-workspace-left = ["<Alt><Super>Left"];
move-to-workspace-right = ["<Alt><Super>Right"];
switch-to-workspace-left = ["<Super>Left"];
switch-to-workspace-right = ["<Super>Right"];
switch-applications = ["<Super>Tab"];
switch-applications-backward = ["<Shift><Super>Tab"];
switch-windows = ["<Alt>Tab"];
switch-windows-backward = ["<Shift><Alt>Tab"];
};
};
};