diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
commit | c49abeb1a3e2b526dda17e71bccba1630360470f (patch) | |
tree | 5fbd39d3919cca5dc7d2eb0f2aa4f64d19b543c5 /config/sway/bindsym-system | |
parent | c0d3adb0276937cd08642ed1e6e69ec83ee5bb49 (diff) | |
download | myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.gz myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.bz2 myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.zip |
Use Nord color theme
Diffstat (limited to 'config/sway/bindsym-system')
-rw-r--r-- | config/sway/bindsym-system | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sway/bindsym-system b/config/sway/bindsym-system index 1c8eea4..96c8c0a 100644 --- a/config/sway/bindsym-system +++ b/config/sway/bindsym-system @@ -3,9 +3,9 @@ set $mode_system System (l) lock, (e) logout, (s) suspend, (r) reboot, (Shift+s) mode "$mode_system" { bindsym l exec --no-startup-id loginctl lock-session $XDG_SESSION_ID, mode "default" bindsym e exec --no-startup-id swaymsg exit, mode "default" - bindsym s exec --no-startup-id loginctl suspend, mode "default" - bindsym r exec --no-startup-id loginctl reboot, mode "default" - bindsym Shift+s exec --no-startup-id loginctl poweroff, mode "default" + bindsym s exec --no-startup-id systemctl suspend, mode "default" + bindsym r exec --no-startup-id systemctl reboot, mode "default" + bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default" bindsym Return mode "default" bindsym Escape mode "default" |