From c67d362e88250346fb074904b8ac8f75960c75f8 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 5 Jun 2025 23:09:34 +0200 Subject: [PATCH] hypr: remove padding for floating foot windows --- dot-config/hypr/fragments/keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/hypr/fragments/keybinds.conf b/dot-config/hypr/fragments/keybinds.conf index a9c6a229..77cea2aa 100644 --- a/dot-config/hypr/fragments/keybinds.conf +++ b/dot-config/hypr/fragments/keybinds.conf @@ -8,7 +8,7 @@ $mainmod = SUPER # ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── bind = $mainmod, Return, exec, foot bind = $mainmod Shift, Q, killactive, -bind = $mainmod Shift, Return, exec, foot -w 1280x800 -a popup +bind = $mainmod Shift, Return, exec, foot -w 1280x800 -o pad=0x0 -a popup bind = $mainmod, P, exec, foot -w 640x400 -a popup -H hyprpicker #color Pipette bind = $mainmod, D, exec, killall fuzzel || fuzzel bind = $mainmod Shift, D, exec, killall fuzzel || fuzzel --config="$HOME"/.config/fuzzel/fuzzel-centered.ini -- 2.51.2