initial commit

This commit is contained in:
daniel fusser
2026-06-21 15:35:58 +02:00
committed by dafu
parent ce5bbf3916
commit 49462fb909
49 changed files with 2269 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/bash
set +e
ps aux | grep wlsunset | grep -v swayidle | grep -v restart | grep -v grep | awk '{print $2}' | xargs sudo kill
nohup wlsunset -T 3501 -t 3500 >> /dev/null 2<&1 &