From 7c53b21adb1f1ae69fa8c2a1bfd040a6bb46e580 Mon Sep 17 00:00:00 2001 From: Robin Steinberg Date: Sat, 16 May 2026 14:49:16 +0200 Subject: [PATCH] Removed dwindle:pseudotile option --- config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 287c430..9fb001e 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -56,7 +56,8 @@ general { # https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.active_border = rgba(33ccffee) rgba(f50087ee) 45deg + # col.active_border = rgba(33ccffee) rgba(f50087ee) 45deg + col.active_border = rgba(33ccffee) col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps @@ -145,7 +146,6 @@ animations { # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this }