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.
This commit is contained in:
Donovan Glover 2022-07-29 02:00:33 -04:00
parent bfe979d702
commit 433e15ba0c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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:
#