diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 23:17:25 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 23:17:25 -0500 |
commit | 1186cfe45606f6b2360206ce712f51ef208231c0 (patch) | |
tree | 916b39c5ff40179262fd8426884632282dc88e26 /hypr | |
parent | 899c83d0d917e29ff4fe38f8e5186edcbaa30d71 (diff) | |
parent | e3ed7659893c248756acc79750ee5e5ef94e0c08 (diff) |
Merge branch 'master' into car
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 8f69f21..6d30224 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 #}}} @@ -41,6 +40,7 @@ env = XCURSOR_SIZE,32 debug { enable_stdout_logs = false disable_logs = true + full_cm_proto = true } # }}} @@ -106,7 +106,7 @@ misc { swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true - vrr = 1 + vrr = 3 } #}}} @@ -184,6 +184,7 @@ gestures { plugin { hyprsplit { num_workspaces = 9 + persistent_workspaces = true } } #}}} |