feat: hypridle changes and gdb

This commit is contained in:
s-prechtl 2024-10-07 10:49:27 +02:00
parent c60ffda2c1
commit eaf8f40fff
2 changed files with 2 additions and 1 deletions

View file

@ -114,6 +114,7 @@
discord discord
fastfetch fastfetch
gccgo gccgo
gdb
gh gh
git git
gnumake gnumake

View file

@ -29,7 +29,7 @@
} }
{ {
timeout = 330; # 5.5min timeout = 600; # 10 min
on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed 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. on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has fired.
} }