summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 19:19:48 -0500
committerzachir <zachir@librem.one>2024-06-05 19:19:48 -0500
commit59bd5eb6f39546b925133b16e3cad43814dd7f94 (patch)
tree6047c2e3780eb548219ea53cbd55ae047b1a6900
parent4323ac4491a3a92b51f01ccaa6397c168b7672ea (diff)
cas: start dinit on login and set vfr/vrr off
Dinit starting at login allows running dinit user services, and having vfr/vrr on causes cas to freeze randomly for a while at a time.
-rw-r--r--hypr/hyprland.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 946ea05..5db456a 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -9,6 +9,7 @@ monitor = , preferred, auto, 1
#{{{ Autostart
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
+exec-once = dinit
exec-once = xdph
exec-once = hyprpm reload -n
exec-once = hyprpaper
@@ -91,8 +92,8 @@ misc {
enable_swallow = true
swallow_regex = ^(kitty)$
swallow_exception_regex = ^(.*)(ueberzug)$
- vfr = true
- vrr = 1
+ vfr = false
+ vrr = 0
}
#}}}