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
This commit is contained in:
Hannes
2026-08-22 22:02:42 +02:00
parent ae94b7c449
commit 559d814b61
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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'")
+1
View File
@@ -2,6 +2,7 @@ listener {
timeout = 200
on-timeout = notify-send "You are idle!"
on-resume = notify-send "Welcome back!"
ignore_inhibit = true
}
listener {