i3: change to i3lock
This commit is contained in:
parent
617b11268d
commit
7b85e76805
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ bindsym $mod+Shift+q exec --no-startup-id ~/.config/i3/cursor.sh kill
|
||||||
bindsym $mod+space exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -dmenu -i -font "Ubuntu 20"'
|
bindsym $mod+space exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -dmenu -i -font "Ubuntu 20"'
|
||||||
|
|
||||||
# lock the desktop
|
# lock the desktop
|
||||||
bindsym $mod+l exec --no-startup-id dm-tool lock
|
bindsym $mod+l exec --no-startup-id i3lock -c 000000 -i "/home/sijmen/Pictures/uncharted4.png" -l
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
# alternatively, you can use the cursor keys:
|
||||||
bindsym $mod+Left exec --no-startup-id ~/.config/i3/cursor.sh focus left
|
bindsym $mod+Left exec --no-startup-id ~/.config/i3/cursor.sh focus left
|
||||||
|
|
Loading…
Reference in a new issue