i3: standby

This commit is contained in:
Michael Grote 2021-07-03 12:04:40 +02:00
parent d898d2829a
commit b12eefbbe6
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ font pango:monospace 8
# execute lockscreen.sh; sperrt rechner nach x min # execute lockscreen.sh; sperrt rechner nach x min
exec_always --no-startup-id /home/mg/dotfiles/i3/lockscreen.sh exec_always --no-startup-id /home/mg/dotfiles/i3/lockscreen.sh
# enter lockscreen manually # 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, # 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. # and nm-applet is a desktop environment-independent system tray GUI for it.

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/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"