From 5a64cc1f1a2c889b628cd4c8b4052f8e2ef4e730 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 21 Jun 2021 18:26:18 -0400 Subject: [PATCH] sway: Simplify process of killing windows $mod+q is much easier to press than $mod+shift+q. --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b0b676a4..54860e1f 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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