diff options
Diffstat (limited to 'hypr')
-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 } #}}} |