From 9d6e58aba03edb8518e7dc9cffd7433d0c6cf47d Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:26:28 +0100 Subject: [PATCH] Delete system_ctl --- .config/sway/config.d/system_ctl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .config/sway/config.d/system_ctl diff --git a/.config/sway/config.d/system_ctl b/.config/sway/config.d/system_ctl deleted file mode 100644 index 23af16a..0000000 --- a/.config/sway/config.d/system_ctl +++ /dev/null @@ -1,14 +0,0 @@ -# System control mode -set $mode_system (r)eboot, (s)hutdown, (l)ogout, suspen(d), lo(c)k -mode "$mode_system" { - bindsym r exec systemctl reboot, mode "default" - bindsym s exec systemctl poweroff, mode "default" - bindsym l exec swaymsg exit, mode "default" - bindsym d exec systemctl suspend, mode "default" - bindsym c exec ~/.config/sway/scripts/lockman.sh - - # exit system mode: "Enter" or "Escape" - bindsym Return mode "default" - bindsym Escape mode "default" -} -bindsym $mod+Shift+e mode "$mode_system"