From 655202a15638fdb30c28f8b7c3367a10e0ea8d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 30 Apr 2024 18:40:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20change=20kitty=20flo?= =?UTF-8?q?ating=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/toggle_floating | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/scripts/toggle_floating b/.config/hypr/scripts/toggle_floating index 75e41954..e1019cc2 100755 --- a/.config/hypr/scripts/toggle_floating +++ b/.config/hypr/scripts/toggle_floating @@ -26,6 +26,6 @@ function handle() { } case $window in -kitty) handle "55%" "60%" ;; -*) handle "75%" "80%" ;; +kitty) handle "50%" "55%" ;; +*) handle "65%" "70%" ;; esac