From 3d07c22bf2fa25a097e77cc3668793a937160f43 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 13 May 2026 20:41:14 +0200 Subject: [PATCH] remove deprecated features TODO: the config should now be written in lua. Nice :) --- hyprland/.config/hypr/hyprland.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 5a05a7f..4edf649 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -180,7 +180,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 } @@ -243,7 +242,6 @@ bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdow bind = $mainMod, E, exec, $fileManager bind = $mainMod, G, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod, COMMA, togglesplit, # dwindle bind = $mainMod, F, fullscreen # Move focus with mainMod + arrow keys