summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-24 21:09:37 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-24 21:09:37 +0300
commit501e90044ffef2ad798373f50c015d089301c538 (patch)
treecc437f15899e0a7b28a34987f6769c4ea0745b55
parent255b42bc820494529fe076ef969f3949df188bcd (diff)
Hyprland: Make ‘zenity’ floating
-rw-r--r--.config/hypr/hyprland.conf6
1 files 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