From 2dd8d0dc986b18d9ea065fde2e0e088053df8922 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 29 Jun 2025 21:07:09 -0500 Subject: Update master monitor config --- hypr/hyprland.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 86f1f77..cda3a0f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,6 @@ # 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@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more -- cgit v1.2.3 From de6902333b13596b28866f2bdc41a1a55fcf8210 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 29 Jun 2025 21:07:55 -0500 Subject: Fix hyprland on rx 7800 xt --- hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cda3a0f..6bdcd7e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -40,6 +40,7 @@ env = XCURSOR_SIZE,32 debug { enable_stdout_logs = false disable_logs = true + full_cm_proto = true } # }}} @@ -105,7 +106,7 @@ misc { swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true - vrr = 1 + vrr = 3 } #}}} -- cgit v1.2.3 From dd9e2dd19da50b14aa99922df660ec01d0fb69ae Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 29 Jun 2025 21:08:39 -0500 Subject: Make hyprsplit persistent workspaces true --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6bdcd7e..8ae2a0c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -184,6 +184,7 @@ gestures { plugin { hyprsplit { num_workspaces = 9 + persistent_workspaces = true } } #}}} -- cgit v1.2.3