DWL updates

* Added support for displaying unoccupied tags
* DWL log file writing
* Added support for locking screan after 10 min idle
This commit is contained in:
2021-12-20 14:44:41 -08:00
parent a9df8abf10
commit 6de1ddf4a8
3 changed files with 32 additions and 18 deletions

View File

@@ -52,6 +52,11 @@ done
# ----------------------------------------------------------
swaybg --mode fill --image ~/.config/wallpaper.jpg &
# ----------------------------------------------------------
# Lock when idle
# ----------------------------------------------------------
swayidle -w timeout 600 swaylock &
# ----------------------------------------------------------
# Redirect STDIN to STDOUT and pass along to tags script
# ----------------------------------------------------------