sway: add Return mode to sys dialog

This commit is contained in:
surtur 2024-04-02 18:12:28 +02:00
parent f52c0895f7
commit a29c459e22
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -615,7 +615,7 @@ bindsym $mod+Shift+r reload; exec kanshictl reload
# kudos to github.com/rbnis for the following menu-like section inspiration
# https://github.com/rbnis/dotfiles/blob/dfd6f956f6d00a1012a3a167d947773095dac7fd/.config/sway/config#L228-L235
set $mode_sys System: (l) lock, (e) logout, (s) suspend, (r) reboot, (S) shutdown
set $mode_sys System: (l) lock, (e) logout, (s) suspend, (r) reboot, (S) shutdown, (⏎,␛) return
mode "$mode_sys" {
bindsym {
l exec $lock, mode "default"