diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 122529d..e8b59de 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -12,6 +12,7 @@ exec-once = swaync exec-once = sh -c "/home/stereov/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox %u & sleep 6 && hyprctl dispatch closewindow class:jetbrains-toolbox" exec-once = "/home/stereov/Developer/antistereov/randrwall/randrwall.py reload" exec-once = ~/.config/hypr/scripts/cover-listener.sh +exec-once = hypridle exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index db63de6..db14455 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -6,12 +6,12 @@ general { } listener { - timeout = 151 # 5min + timeout = 300 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed } listener { - timeout = 330 # 5.5min + timeout = 300 # 5.5min 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 }