aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/i3config
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdGraphicalSession/i3config')
-rw-r--r--SystemdGraphicalSession/i3config16
1 files changed, 0 insertions, 16 deletions
diff --git a/SystemdGraphicalSession/i3config b/SystemdGraphicalSession/i3config
index 447f9a5..f13dca1 100644
--- a/SystemdGraphicalSession/i3config
+++ b/SystemdGraphicalSession/i3config
@@ -54,19 +54,3 @@ bar {
font pango:Icons 10
}
bindsym $mod+x [urgent=latest] focus
-set $Locker systemctl --user start i3lock
-set $mode_system System (l) lock, (Shift+e) logout, (Shift+s) suspend, (Shift+h) hibernate, (Ctrl+Shift+r) reboot, (Ctrl+Shift+s) shutdown
-mode "$mode_system" {
- bindsym l exec --no-startup-id $Locker, mode "default"
- bindsym Shift+e exec --no-startup-id systemctl --user stop graphical-session.target
- bindsym Shift+s exec --no-startup-id $Locker && systemctl suspend, mode "default"
- bindsym Shift+h exec --no-startup-id $Locker && systemctl hibernate, mode "default"
- bindsym Control+Shift+r exec --no-startup-id systemctl reboot, mode "default"
- bindsym Control+Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"
-
- # back to normal: Enter or Escape
- bindsym Return mode "default"
- bindsym Escape mode "default"
-}
-
-bindsym Control+Mod1+Delete mode "$mode_system"