From 29f0d6b09c7178b92340fdb62adb87b02bb31a3d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 11 Feb 2026 01:04:24 -0300 Subject: [PATCH] add new stuff to autostart.sh --- .config/qtile/autostart.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 2187fd4..00b3d9e 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -36,6 +36,12 @@ autoxsetwacom # Run hotkey deamon sxhkd & +# Make sure I always have a display active +~/.scripts/bin/display-restore loop & + +# Run audio effects +easyeffects --gapplication-service & + # Run xidlehook xidlehook \ `# Don't lock when there's a fullscreen application` \