From 9421aabf8da84b19b75eab99815fa69a7a4fe35c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 8 Mar 2022 09:16:04 -0500 Subject: [PATCH] sway: Use same reload/exit keybinds as bspwm This makes things a little easier to remember. --- sway/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index c6370829..29d269bd 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -44,10 +44,10 @@ input "1:1:AT_Translated_Set_2_keyboard" { floating_modifier $mod normal # Reload the configuration file - bindsym $mod+Shift+c reload + bindsym $mod+Escape reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+e exec swaymsg exit + bindsym $mod+$alt+Escape exec swaymsg exit # # Moving around: #