diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
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 |