mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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:
parent
bfe979d702
commit
433e15ba0c
@ -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:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user