Who knows at this point. It's been a minute lmao

This commit is contained in:
Dante 2024-04-06 00:09:50 -04:00 committed by GitHub
parent 4175724cd2
commit f1430c5cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 460 additions and 0 deletions

5
hypridle.conf Normal file
View file

@ -0,0 +1,5 @@
listener {
timeout = 1000 # in seconds.
on-timeout = hyprlock # command to run when timeout has passed.
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
}