forked from extern/nix-config
sway: Simplify process of killing windows
$mod+q is much easier to press than $mod+shift+q.
This commit is contained in:
parent
a4513caab3
commit
5a64cc1f1a
@ -28,7 +28,7 @@ input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+q kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym $alt+z exec $menu
|
||||
|
Loading…
Reference in New Issue
Block a user