copy dotfiles from arch

This commit is contained in:
Benjamin Palko 2024-07-11 09:20:12 -04:00
parent 76d6787417
commit c71ba09614
57 changed files with 2714 additions and 0 deletions

17
hypr/hypridle.conf Normal file
View file

@ -0,0 +1,17 @@
listener {
timeout = 300 # 5min
on-timeout = hyprlock # lock screen when timeout has passed
#on-resume = notify-send "Welcome back!" # notification activity is detected after timeout has fired.
}
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
listener {
timeout = 1800 # 30min
on-timeout = systemctl suspend # suspend pc
}