My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 233f2d1ff0fd9070b256d1a2b35f2577b369a46c
Parent: 5423cf39f3ee271725a3110479f30cb8925ef2cd
Author: mcol <mcol@posteo.net>
Date: 2022-09-03 03:24:15 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-09-03 03:24:15 +0100

ensure wlsunset is dead before starting it again

startup.sh Modified

@@ -29,7 +29,7 @@
 
     # Services
     kanshi &
-    wlsunset -t 1000 -T 6700 -l 55.7 -L -3.1 &
+    pkill wlsunset; wlsunset -t 1000 -T 6700 -l 55.7 -L -3.1 &
     swayidle &
     mpDris2 &
     sway-mpris-idle-inhibit &