chore(sway): Add secondary terminal keybind

This commit is contained in:
Tibo De Peuter 2024-10-19 14:46:38 +02:00
parent d1379cdf99
commit 531fae0bb0
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -206,21 +206,23 @@ bindsym {
-B 'Yes, exit sway' 'swaymsg exit' -B 'Yes, exit sway' 'swaymsg exit'
# Kill focused window # Kill focused window
$flag+q kill $flag+q kill
# Start a terminal # Start a terminal
$flag+Return exec $term $flag+Return exec $term
$alt+space exec $menu Control+$alt+t exec $term
$alt+Tab focus prev
$flag+Tab exec $window_switcher $alt+space exec $menu
$alt+Tab focus prev
$flag+Tab exec $window_switcher
--whole-window $alt+$scrollUp focus prev --whole-window $alt+$scrollUp focus prev
--whole-window $alt+$scrollDown focus next --whole-window $alt+$scrollDown focus next
# Lock the screen # Lock the screen
$flag+Delete exec $lock $flag+Delete exec $lock
# File explorer # File explorer
$flag+e exec $term -e vifm $flag+e exec $term -e vifm
} }
bindgesture { bindgesture {