Commit 50f25eb0 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

mod+0 changes, now s locks screena and suspends by default (shift+s just

sleeps). Done for security purposes.
parent 5772271d
...@@ -336,11 +336,11 @@ bindsym $mod_next+l exec i3exit lock ...@@ -336,11 +336,11 @@ bindsym $mod_next+l exec i3exit lock
# Set shut down, restart and locking features # Set shut down, restart and locking features
bindsym $mod+0 mode "$mode_system" bindsym $mod+0 mode "$mode_system"
set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (Shift+s)uspend+lock, (h)ibernate, (Shift+h)ibernate+lock, (r)eboot, shut(d)own set $mode_system (l)ock, (e)xit, switch_(u)ser, (Shift+s)uspend, (s)uspend+lock, (h)ibernate, (Shift+h)ibernate+lock, (r)eboot, shut(d)own
mode "$mode_system" { mode "$mode_system" {
bindsym l exec --no-startup-id i3exit lock, mode "default" bindsym l exec --no-startup-id i3exit lock, mode "default"
bindsym s exec --no-startup-id i3exit suspend, mode "default" bindsym Shift+s exec --no-startup-id i3exit suspend, mode "default"
bindsym Shift+s exec --no-startup-id "i3exit lock; i3exit suspend", mode "default" bindsym s exec --no-startup-id "i3exit lock; i3exit suspend", mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default" bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default" bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym h exec --no-startup-id i3exit hibernate, mode "default" bindsym h exec --no-startup-id i3exit hibernate, mode "default"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment