Allow to lock the screen using i3lock
This commit is contained in:
parent
603b23636b
commit
7ecf60c59b
2 changed files with 14 additions and 0 deletions
|
@ -152,6 +152,9 @@ bindsym $mod+r mode "resize"
|
|||
# Screenshot
|
||||
bindsym Print exec scrot -e 'mv $f ~/pictures/ 2>/dev/null'
|
||||
|
||||
# Screen lock
|
||||
bindsym control+l exec 'lock'
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue