My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fixed screenshot not showing up by delaying dpms off

legoraft 5ce4199d 3a4246df

+1 -1
+1 -1
hypr/.config/hypr/hypridle.conf
··· 16 16 } 17 17 18 18 listener { 19 - timeout = 120 19 + timeout = 121 20 20 on-timeout = hyprctl dispatch dpms off 21 21 on-resume = hyprctl dispatch dpms on && brightnessctl -r 22 22 }