sway: Use same reload/exit keybinds as bspwm

This makes things a little easier to remember.
This commit is contained in:
Donovan Glover 2022-03-08 09:16:04 -05:00
parent 0c016c8ab0
commit 9421aabf8d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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