From 559d814b61665ca5a4165c866f670788e9a36e98 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sat, 22 Aug 2026 22:02:42 +0200 Subject: [PATCH] docs: Update autostart and hypridle configurations - Updated commands to use tmux for hypridle and hyprpaper - Removed unnecessary commands - Updated host-specific commands - Added ignore-inhibit configuration option to hypridle - Improved configuration consistency --- config/autostart.lua | 4 ++-- hypridle.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 {