feat: more swaybinds

This commit is contained in:
Patrick Großmann 2023-09-05 15:31:37 +02:00
parent 3a09eb1ae8
commit 35cb9101b5
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -25,6 +25,7 @@
repeat_rate = "60";
accel_profile = "flat";
pointer_accel = "0.5";
natural_scroll = "enabled";
};
};
@ -36,7 +37,7 @@
left = "n";
right = "s";
up = "l";
bindkeysToCode = true;
#bindkeysToCode = true;
window.titlebar = false;
keybindings = let
cfg = config.wayland.windowManager.sway.config;
@ -77,6 +78,9 @@
"${cfg.modifier}+f" = "floating toggle";
"${cfg.modifier}+space" = "focus mode_toggle";
"${cfg.modifier}+Comma" = "workspace prev";
"${cfg.modifier}+Period" = "workspace next";
"${cfg.modifier}+1" = "workspace number 1";
"${cfg.modifier}+2" = "workspace number 2";
"${cfg.modifier}+3" = "workspace number 3";