diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 21:47:24 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 22:04:27 -0700 |
commit | 243d778b3fe59303a7925f6e032118e5ab65c371 (patch) | |
tree | 8fdbd04796e89ac1ab51f46dac35df4d290dd51e /dots/sway/.config | |
parent | c9502bb80e60830b0e21d21a04971102687c9f99 (diff) | |
download | dotfiles-243d778b3fe59303a7925f6e032118e5ab65c371.tar.gz dotfiles-243d778b3fe59303a7925f6e032118e5ab65c371.zip |
Make bar pretty :D
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 } |