diff options
author | zachir <zachir@librem.one> | 2024-06-05 19:19:48 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 19:19:48 -0500 |
commit | 59bd5eb6f39546b925133b16e3cad43814dd7f94 (patch) | |
tree | 6047c2e3780eb548219ea53cbd55ae047b1a6900 | |
parent | 4323ac4491a3a92b51f01ccaa6397c168b7672ea (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.conf | 5 |
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 } #}}} |