From 63e1ca2802bd6dbcf7c6dcc14188636a456e9c99 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 18 May 2026 17:09:08 +0200 Subject: [PATCH] adjusted config after last update --- homemanager/hyprland/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homemanager/hyprland/hyprland.conf b/homemanager/hyprland/hyprland.conf index 37fda37..9c83437 100644 --- a/homemanager/hyprland/hyprland.conf +++ b/homemanager/hyprland/hyprland.conf @@ -98,7 +98,7 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false - layout = dwindle + # layout = dwindle } # https://wiki.hyprland.org/Configuring/Variables/#decoration @@ -144,7 +144,7 @@ animations { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + # pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this }