feat: add quickshell session to autostart sequence remove it from script and removed your Idle and back notifications

This commit is contained in:
Hannes
2026-08-27 16:08:02 +02:00
parent 22cf5c8b86
commit 630634ca4e
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ hl.on("hyprland.start", function ()
hl.exec_cmd("tmux new-session -d -s hypridle 'hypridle'")
hl.exec_cmd("tmux new-session -d -s hyprpaper 'hyprpaper'")
hl.exec_cmd("tmux new-session -d -s qs 'quickshell'")
if HOSTNAME == "honney-main" then
hl.exec_cmd("tmux new-session -d -s ydotool 'ydotoold'")
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
+6 -6
View File
@@ -1,9 +1,9 @@
listener {
timeout = 200
on-timeout = notify-send "You are idle!"
on-resume = notify-send "Welcome back!"
ignore_inhibit = true
}
# listener {
# timeout = 200
# on-timeout = notify-send -u low "You are idle!"
# on-resume = notify-send -u low "Welcome back!"
# ignore_inhibit = true
# }
listener {
timeout = 300
+1 -1
View File
@@ -116,4 +116,4 @@ for i in 4 3 2 1; do
fi
done
tmux new-session -d -s qs 'sleep 4 && quickshell'
# tmux new-session -d -s qs 'sleep 4 && quickshell'