Add maim and formalize kutu config

This commit is contained in:
2026-07-08 05:27:13 +01:00
parent 95936a2e88
commit 5923a7ea32
7 changed files with 17 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [[ "$(xset q | awk '/timeout:/ {print $2}')" == "0" ]]; then
xset s on
xset +dpms
else
xset s off
xset -dpms
fi