diff options
Diffstat (limited to 'dots/sway/.config')
-rw-r--r-- | dots/sway/.config/sway/config.d/bindings.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dots/sway/.config/sway/config.d/bindings.j2 b/dots/sway/.config/sway/config.d/bindings.j2 index 249d0c8..2493527 100644 --- a/dots/sway/.config/sway/config.d/bindings.j2 +++ b/dots/sway/.config/sway/config.d/bindings.j2 @@ -14,6 +14,7 @@ set $up k set $right l set $browser chromium +set $editor zeditor set $term alacritty set $launcher wofi @@ -29,6 +30,7 @@ bindsym --to-code { $sup+Space exec $launcher $sup+b exec $browser + $sup+e exec $editor $sup+Return exec $term } |