i3: Rely on physlock instead of $Locker
Alan Pearce alan@alanpearce.eu
Sat, 25 Nov 2017 00:35:13 +0100
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M i3/.config/i3/config → i3/.config/i3/config
@@ -228,8 +228,8 @@ set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown mode "$mode_system" { bindsym l exec --no-startup-id $Locker, mode "default" bindsym e exec --no-startup-id i3-msg exit, mode "default" - bindsym s exec --no-startup-id $Locker && systemctl suspend, mode "default" - bindsym h exec --no-startup-id $Locker && systemctl hibernate, mode "default" + bindsym s exec --no-startup-id systemctl suspend, mode "default" + bindsym h exec --no-startup-id systemctl hibernate, mode "default" bindsym r exec --no-startup-id systemctl reboot, mode "default" bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"