Adds Arch Linux dotfiles

This commit is contained in:
2024-06-27 17:51:18 +05:30
commit 57eb70137b
309 changed files with 8851 additions and 0 deletions

11
hypr/hypridle.conf Normal file
View 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.
}