i3: standby
This commit is contained in:
parent
d898d2829a
commit
b12eefbbe6
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ font pango:monospace 8
|
|||
# execute lockscreen.sh; sperrt rechner nach x min
|
||||
exec_always --no-startup-id /home/mg/dotfiles/i3/lockscreen.sh
|
||||
# enter lockscreen manually
|
||||
bindsym $mod1+l exec i3lock --ignore-empty-password --color 000000
|
||||
bindsym $mod1+l exec xset dpms force off && i3lock --ignore-empty-password --color 000000
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
xautolock -detectsleep -time 15 -locker "i3lock --ignore-empty-password --color 000000"
|
||||
xautolock -detectsleep -time 15 -locker "xset dpms force off && i3lock --ignore-empty-password --color 000000"
|
||||
|
|
Loading…
Reference in a new issue