mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +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
|
# start rofi
|
||||||
bindsym $mod+d exec "rofi -show drun"
|
bindsym $mod+d exec "rofi -show drun"
|
||||||
|
|
||||||
|
# lock screen
|
||||||
|
bindsym $mod+$super+f exec "xautolock -locknow"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
bindsym $mod+k focus down
|
bindsym $mod+k focus down
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue