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:
@@ -6,8 +6,8 @@ hl.on("hyprland.start", function ()
|
|||||||
hl.exec_cmd("systemctl --user start hyprpolkitagent")
|
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("tmux new-session -d -s keyring '/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg'")
|
||||||
|
|
||||||
hl.exec_cmd("hypridle")
|
hl.exec_cmd("tmux new-session -d -s hypridle 'hypridle'")
|
||||||
hl.exec_cmd("hyprpaper")
|
hl.exec_cmd("tmux new-session -d -s hyprpaper 'hyprpaper'")
|
||||||
if HOSTNAME == "honney-main" then
|
if HOSTNAME == "honney-main" then
|
||||||
hl.exec_cmd("tmux new-session -d -s ydotool 'ydotoold'")
|
hl.exec_cmd("tmux new-session -d -s ydotool 'ydotoold'")
|
||||||
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
|
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ listener {
|
|||||||
timeout = 200
|
timeout = 200
|
||||||
on-timeout = notify-send "You are idle!"
|
on-timeout = notify-send "You are idle!"
|
||||||
on-resume = notify-send "Welcome back!"
|
on-resume = notify-send "Welcome back!"
|
||||||
|
ignore_inhibit = true
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|||||||
Reference in New Issue
Block a user