Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
50f25eb0
Commit
50f25eb0
authored
Sep 21, 2020
by
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
Changes
1
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
50f25eb0
...
...
@@ -336,11 +336,11 @@ bindsym $mod_next+l exec i3exit lock
# Set shut down, restart and locking features
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" {
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 lock; i3exit suspend", mode "default"
bindsym
Shift+
s exec --no-startup-id 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 e exec --no-startup-id i3exit logout, mode "default"
bindsym h exec --no-startup-id i3exit hibernate, mode "default"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment