From 7a9b2143a765ed5f8dbf86a1d80593d62e2ba273 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 15:10:01 +0200 Subject: Hyprland: Properly center ‘ec’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For whatever reason, ‘center 1’ doesn’t seem to consistently work --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 940a677..8b0414d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -68,7 +68,7 @@ bind = $modkey, Q, killactive, bind = $modkey, W, exec, firefox bind = $modkey, return, exec, kitty bind = $modkey, F, fullscreen, 0 -bind = $modkey, C, exec, [float;size 50% 50%;center 1] kitty ec +bind = $modkey, C, exec, [float;size 50% 50%;move 25% 25%] kitty ec # Change focused window bind = $modkey, H, movefocus, l -- cgit v1.2.3