From 0571a83567551422dac3f971a9196af5172d4c84 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 12 May 2026 08:15:37 +0200 Subject: [PATCH] hyprland updated --- desktopenvs/hyprland/hypr-usr/binds.conf | 2 +- desktopenvs/hyprland/hypr/hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 14a1a70..34cb124 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -71,7 +71,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod SHIFT, V, tagwindow, +centered #bind = $mainMod, H, movecurrentworkspacetomonitor bind = $mainMod, C, pseudo, # dwindle -bind = $mainMod, B, togglesplit, # dwindle +#bind = $mainMod, B, togglesplit, dwindle bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit bind = $mainMod CTRl, O, exec, systemctl poweroff bind = $mainMod, O, exec, hyprlock diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 95cdf88..1649658 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -173,7 +173,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 special_scale_factor = 0.95 }