Make shift inputs work by default in sway

Shift inputs are handled differently in sway & i3
This commit is contained in:
Quentin Boyer 2022-09-19 12:53:30 +02:00
parent fbc942f571
commit 7c597743c6

View file

@ -166,7 +166,7 @@
"${mod}+comma" = "layout tabbed";
# Misc
"${mod}+Shift+colon" = "kill";
"${mod}+Shift+semicolon" = "kill";
"${mod}+Shift+J" = "reload";
"${mod}+Return" = "exec ${config.terminal.command}";
"${mod}+p" = "mode resize";