From 433e15ba0c697712df4497ede088e0c0de4f89fd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Jul 2022 02:00:33 -0400 Subject: [PATCH] sway: Use super instead of alt for keybinds Similar to bspwm, all keybinds are now handled with super to avoid conflicts with other applications. In the future it may be useful to replicate the rest of the bspwm environment under sway. --- sway/.config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 1f51a214..e9f30596 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -31,7 +31,7 @@ input "1:1:AT_Translated_Set_2_keyboard" { bindsym $mod+q kill # Start your launcher - bindsym $alt+z exec $menu + bindsym $mod+z exec $menu # Toggle waybar bindsym $mod+o exec killall -SIGUSR1 waybar @@ -91,8 +91,8 @@ input "1:1:AT_Translated_Set_2_keyboard" { # We just use 1-10 as the default. # Jump to previous/next workspace - bindsym $alt+Tab workspace next - bindsym $alt+Shift+Tab workspace prev + bindsym $mod+Tab workspace next + bindsym $mod+Shift+Tab workspace prev # # Layout stuff: #