diff --git a/config/autostart.lua b/config/autostart.lua index 83a486d..6a2e6e8 100644 --- a/config/autostart.lua +++ b/config/autostart.lua @@ -6,8 +6,8 @@ hl.on("hyprland.start", function () hl.exec_cmd("systemctl --user start hyprpolkitagent") hl.exec_cmd("tmux new-session -d -s keyring '/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg'") - hl.exec_cmd("hypridle") - hl.exec_cmd("hyprpaper") + hl.exec_cmd("tmux new-session -d -s hypridle 'hypridle'") + hl.exec_cmd("tmux new-session -d -s hyprpaper 'hyprpaper'") 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 4ec36cf..6ba5ab6 100755 --- a/hypridle.conf +++ b/hypridle.conf @@ -2,6 +2,7 @@ listener { timeout = 200 on-timeout = notify-send "You are idle!" on-resume = notify-send "Welcome back!" + ignore_inhibit = true } listener {