Add hyprland and kitty config

This commit is contained in:
2025-07-29 18:30:16 -07:00
parent e2e2cbd535
commit 6f51550be6
11 changed files with 454 additions and 11 deletions

8
hypr/hypridle.conf Normal file
View File

@@ -0,0 +1,8 @@
listener {
timeout = 100
on-timeout = notify-send -a 'Hummingbird' 'Hypridle' 'Suspending in 5 seconds...' -i gnome-suspend -t 1
}
listener {
timeout = 105
on-timeout = ~/.config/scripts/lock.sh
}