Skip to content

Commit

Permalink
[config] correction for xss-lock command line
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Dec 12, 2024
1 parent 512341b commit 8ee8221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/skel/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ bindsym $mod+Shift+e exec --no-startup-id ~/.config/i3/scripts/powermenu
# 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"
exec --no-startup-id xss-lock -l ~/.config/i3/scripts/blur-lock

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

0 comments on commit 8ee8221

Please sign in to comment.