From ed222ae03cf4bf8a46682bfdae10fbc03c842678 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 2 Jul 2023 14:32:08 -0400 Subject: [PATCH] hyprland: Separate floating and centerwindow This fixes an issue where centerwindow would ignore bars and other layers. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 3564a9f6..3d5de393 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -124,7 +124,7 @@ in bind = , Print, exec, grimblast copy area bind = $SUPER_ALT, delete, exit bind = $SUPER, V, togglefloating, - bind = $SUPER, V, centerwindow, + bind = $SUPER, B, centerwindow, bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int"))) bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh bind = $SUPER, O, exec, killall .ironbar-wrapper || ironbar