Compare commits

...

2 Commits

Author SHA1 Message Date
0a64c5cd4b [hypridle] Tweaks timings 2025-06-06 22:07:14 -07:00
2f44b67e9e [nvim] Remove augment plugin 2025-06-04 21:30:17 -07:00
2 changed files with 3 additions and 7 deletions

View File

@@ -11,16 +11,16 @@
listener = [
{
timeout = 150; # 2.5min.
timeout = 300; # 5min
on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor.
on-resume = "brightnessctl -r"; # monitor backlight restore.
}
{
timeout = 300; # 5min
timeout = 330; # 5.5 min
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed
}
{
timeout = 330; # 5.5min
timeout = 600; # 10 min
on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed
on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on when activity is detected after timeout has fired.
}

View File

@@ -1,4 +0,0 @@
return {
"augmentcode/augment.vim",
enable = true,
}