From 59bd5eb6f39546b925133b16e3cad43814dd7f94 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Jun 2024 19:19:48 -0500 Subject: 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. --- hypr/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hypr') 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 } #}}} -- cgit v1.2.3