Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
xdg/i3/config: use xset to lock screen
Browse files Browse the repository at this point in the history
Safer.
  • Loading branch information
cadadr committed Jan 2, 2022
1 parent 234038c commit 2c3e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdg/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bindsym Shift+F5 move container to workspace 5
### Modes:
# power management
# from: https://wiki.archlinux.org/index.php/I3
set $Locker lockscr.sh
set $Locker xset s activate
bindsym $mod+l exec --no-startup-id $Locker, mode "default"
set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (Shift+r) reboot, (Shift+s) shutdown
mode "$mode_system" {
Expand Down

0 comments on commit 2c3e930

Please sign in to comment.