1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

i3/config: Adding binding for locking screen.

This commit is contained in:
Henrik Hautakoski 2023-09-03 23:26:08 +02:00
parent 4594ad9c39
commit dca3b55459

View file

@ -69,6 +69,9 @@ bindsym $mod+$super+q kill
# start rofi
bindsym $mod+d exec "rofi -show drun"
# lock screen
bindsym $mod+$super+f exec "xautolock -locknow"
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down