diff options
Diffstat (limited to 'dots/sway/.config')
-rw-r--r-- | dots/sway/.config/sway/config.d/bindings.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dots/sway/.config/sway/config.d/bindings.j2 b/dots/sway/.config/sway/config.d/bindings.j2 index abcdfa4..c4992f4 100644 --- a/dots/sway/.config/sway/config.d/bindings.j2 +++ b/dots/sway/.config/sway/config.d/bindings.j2 @@ -13,7 +13,7 @@ set $term alacritty set $launcher wofi bindsym --to-code { - $sup+q kill + $sup+w kill } bindsym --to-code { @@ -21,8 +21,8 @@ bindsym --to-code { $sup+f fullscreen $sup+Space exec $launcher - $mod+Return exec $term - $mod+b exec $browser + $sup+b exec $browser + $sup+Return exec $term $mod+v layout tabbed } |