From 630634ca4ee3986a2d51b4c19a5e29f88fb599b9 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 27 Aug 2026 16:08:02 +0200 Subject: [PATCH] feat: add quickshell session to autostart sequence remove it from script and removed your Idle and back notifications --- config/autostart.lua | 1 + hypridle.conf | 12 ++++++------ scripts/autostart/autostart.sh | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/autostart.lua b/config/autostart.lua index d646781..dc27a03 100644 --- a/config/autostart.lua +++ b/config/autostart.lua @@ -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'") diff --git a/hypridle.conf b/hypridle.conf index 34aa622..c355da1 100755 --- a/hypridle.conf +++ b/hypridle.conf @@ -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 diff --git a/scripts/autostart/autostart.sh b/scripts/autostart/autostart.sh index 5a9d2db..cb990c9 100755 --- a/scripts/autostart/autostart.sh +++ b/scripts/autostart/autostart.sh @@ -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'