- 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
17 lines
357 B
Plaintext
Executable File
17 lines
357 B
Plaintext
Executable File
listener {
|
|
timeout = 200
|
|
on-timeout = notify-send "You are idle!"
|
|
on-resume = notify-send "Welcome back!"
|
|
ignore_inhibit = true
|
|
}
|
|
|
|
listener {
|
|
timeout = 300
|
|
on-timeout = hyprlock
|
|
}
|
|
|
|
listener {
|
|
timeout = 360
|
|
on-timeout = $XDG_CONFIG_HOME/hypr/scripts/screen_off.sh
|
|
on-resume = $XDG_CONFIG_HOME/hypr/scripts/screen_on.sh
|
|
} |