From 501e90044ffef2ad798373f50c015d089301c538 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Aug 2023 21:09:37 +0300 Subject: Hyprland: Make ‘zenity’ floating MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 105e61f..08228af 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -70,9 +70,9 @@ misc { $modkey = SUPER -windowrule = float, title:^(ec)$ -windowrule = size 50% 50%, title:^(ec)$ -windowrule = center, title:^(ec)$ +windowrule = float, title:^(ec|zenity)$ +windowrule = size 50% 50%, title:^(ec|zenity)$ +windowrule = center, title:^(ec|zenity)$ bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null bind = $modkey, E, exec, exec emacsclient -c -a emacs -- cgit v1.2.3