i3: Add screen turn off on lock
This commit is contained in:
parent
bde5538e20
commit
d369aa1f79
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
# Lockscreen binding
|
# Lockscreen binding
|
||||||
bindsym Control+Mod1+q exec "i3lock -c 000000"
|
bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off
|
||||||
|
|
||||||
|
|
||||||
# Wallpapers setup
|
# Wallpapers setup
|
||||||
# exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/*
|
# exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue