home/wayland: Update keybindings

This commit is contained in:
The Hedgehog 2022-07-21 11:00:00 +00:00
parent 895ab02bf0
commit 9bb09a79d8
No known key found for this signature in database

View file

@ -25,4 +25,15 @@ in { wayland.windowManager.sway.config.keybindings = lib.mkOptionDefault {
"Shift+F4" = "exec grimshot copy area";
"Shift+F5" = "exec grimshot copy active";
"Shift+F6" = "exec grimshot copy window";
"${mod}+Shift+1" = "move container to workspace number 1";
"${mod}+Shift+2" = "move container to workspace number 2";
"${mod}+Shift+3" = "move container to workspace number 3";
"${mod}+Shift+4" = "move container to workspace number 4";
"${mod}+Shift+5" = "move container to workspace number 5";
"${mod}+Shift+6" = "move container to workspace number 6";
"${mod}+Shift+7" = "move container to workspace number 7";
"${mod}+Shift+8" = "move container to workspace number 8";
"${mod}+Shift+9" = "move container to workspace number 9";
"${mod}+Shift+0" = "move container to workspace number 10";
"${mod}+0" = "workspace number 10";
};}