Skip to content

Commit

Permalink
Merge pull request #139 from endeavouros-team/killajoe-patch-16
Browse files Browse the repository at this point in the history
[config] adding xsslock lock after sleep option suggested here: https…
  • Loading branch information
killajoe authored Dec 12, 2024
2 parents dca2ec3 + c185ddc commit c27f931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/skel/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ bindsym $mod+Shift+e exec --no-startup-id ~/.config/i3/scripts/powermenu
#bindsym $mod+l exec --no-startup-id i3lock -i ~/.config/i3/i3-lock-screen.png -p default|win -t
# lock by blurring the screen:
bindsym $mod+l exec --no-startup-id ~/.config/i3/scripts/blur-lock
# lock in case after sleep
exec --no-startup-id xss-lock --transfer-sleep-lock -- "~/.config/i3/scripts/blur-lock"

# reload the configuration file
bindsym $mod+Shift+c reload
Expand Down

0 comments on commit c27f931

Please sign in to comment.