From 4103adeef780994967eab583ad44820d6e5041cd Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 22 May 2026 05:03:34 -0500 Subject: [PATCH] Hyprland 0.55 updates --- hyprland/.config/hypr/config.d/00-basic.conf | 2 -- hyprland/.config/hypr/config.d/03-keybinds.conf | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf index 79d8d185..c787d798 100644 --- a/hyprland/.config/hypr/config.d/00-basic.conf +++ b/hyprland/.config/hypr/config.d/00-basic.conf @@ -47,7 +47,6 @@ animations { dwindle { # https://wiki.hyprland.org/Configuring/Dwindle-Layout/ - pseudotile = yes # Enables pseudotile functionality preserve_split = yes # Remember splits force_split = 2 # Force splits to put the child on the right/down default_split_ratio = 1.1 @@ -71,7 +70,6 @@ misc { # o7 hyprland animu disable_hyprland_logo = true background_color = 0 - vfr = 1 } xwayland { diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf index 3dadefd9..65ce5c26 100644 --- a/hyprland/.config/hypr/config.d/03-keybinds.conf +++ b/hyprland/.config/hypr/config.d/03-keybinds.conf @@ -10,8 +10,8 @@ bind = $mainMod, Space, exec, pgrep wofi || wofi --show drun bind = $mainMod, T, pseudo bind = $mainMod, F, togglefloating bind = $mainMod Shift, F, fullscreen -bind = $mainMod, R, togglesplit -bind = $mainMod, G, swapsplit +bind = $mainMod, R, layoutmsg, togglesplit +bind = $mainMod, G, layoutmsg, swapsplit # Dunst management bind = $mainMod Shift, Space, exec, dunstctl close