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:
parent
4594ad9c39
commit
dca3b55459
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue