Adds Arch Linux dotfiles
This commit is contained in:
11
hypr/hypridle.conf
Normal file
11
hypr/hypridle.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 900 # 15min
|
||||
on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
|
||||
}
|
||||
Reference in New Issue
Block a user