mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 09:38:37 +01:00
sway: Use same reload/exit keybinds as bspwm
This makes things a little easier to remember.
This commit is contained in:
parent
0c016c8ab0
commit
9421aabf8d
@ -44,10 +44,10 @@ input "1:1:AT_Translated_Set_2_keyboard" {
|
|||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
||||||
# Reload the configuration file
|
# Reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Escape reload
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# 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:
|
# Moving around:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user