sway-config/keybinds/admin.sway

8 lines
297 B
Plaintext
Raw Normal View History

# Live Reload of config
bindsym $mesa+$mod+r reload
# SIGTERM focused window
bindsym $mesa+F4 Kill
# Exit sway
bindsym $mesa+Escape exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'