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 3db087f..4916286 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,6 +1,5 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config -monitor = eDP-1, 1920x1080@60, 0x0, 1 monitor = , preferred, auto, 1 monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 monitor = DP-1, 1920x1080@60, 0x0, 1 @@ -45,6 +44,7 @@ env = XCURSOR_SIZE,32 debug { enable_stdout_logs = false disable_logs = true + full_cm_proto = true } # }}} @@ -110,7 +110,7 @@ misc { swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true - vrr = 1 + vrr = 3 } #}}} @@ -188,6 +188,7 @@ gestures { plugin { hyprsplit { num_workspaces = 9 + persistent_workspaces = true } } #}}} |