diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:09:37 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:09:37 +0300 |
commit | 501e90044ffef2ad798373f50c015d089301c538 (patch) | |
tree | cc437f15899e0a7b28a34987f6769c4ea0745b55 /.config/hypr | |
parent | 255b42bc820494529fe076ef969f3949df188bcd (diff) |
Hyprland: Make ‘zenity’ floating
Diffstat (limited to '.config/hypr')
-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 |