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

Commit 7647bc881eaf1a717377819e6f0ee331600f1a36
Parent: 51863104df5f9f71b068c565b66bf612bf2be9c5
Author: mcol <mcol@posteo.net>
Date: 2021-09-02 20:54:13 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-09-02 20:54:13 +0100

Make wlsunset go more red

startup.sh Modified

@@ -26,7 +26,7 @@
 run_if_new() { ps aux | grep -v grep | grep -q $1 || $@; }
 
 [[ -z "$QTILE_XEPHYR" ]] && {
-    wlsunset -t 3100 -T 5700 -l 55.7 -L -3.1 &
+    wlsunset -t 2500 -T 5700 -l 55.7 -L -3.1 &
     kanshi &
     run_if_new keepassxc &
     run_if_new firefox &