From 531fae0bb00db79a26ea247db6fa0d884296e429 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 19 Oct 2024 14:46:38 +0200 Subject: [PATCH] chore(sway): Add secondary terminal keybind --- stow/sway/.config/sway/keybinds | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/stow/sway/.config/sway/keybinds b/stow/sway/.config/sway/keybinds index 7fe3ffc..0c4bf47 100644 --- a/stow/sway/.config/sway/keybinds +++ b/stow/sway/.config/sway/keybinds @@ -206,21 +206,23 @@ bindsym { -B 'Yes, exit sway' 'swaymsg exit' # Kill focused window - $flag+q kill + $flag+q kill # Start a terminal - $flag+Return exec $term - $alt+space exec $menu - $alt+Tab focus prev - $flag+Tab exec $window_switcher + $flag+Return exec $term + Control+$alt+t exec $term + + $alt+space exec $menu + $alt+Tab focus prev + $flag+Tab exec $window_switcher --whole-window $alt+$scrollUp focus prev --whole-window $alt+$scrollDown focus next # Lock the screen - $flag+Delete exec $lock + $flag+Delete exec $lock # File explorer - $flag+e exec $term -e vifm + $flag+e exec $term -e vifm } bindgesture {