diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-06-21 20:27:26 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-06-21 20:27:26 +0100 |
| commit | e7bad4b453467fd50a3e194878abaa7508bcabdc (patch) | |
| tree | 28e32ad5b7adffa116ebd231fcce9db305e909e8 | |
| parent | f688a44171dc070c3c877b281bfb6752be883318 (diff) | |
Configure zenity to use a floating window
| -rw-r--r-- | oxwm/.config/oxwm/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oxwm/.config/oxwm/config.lua b/oxwm/.config/oxwm/config.lua index 67e037a..1115575 100644 --- a/oxwm/.config/oxwm/config.lua +++ b/oxwm/.config/oxwm/config.lua @@ -139,6 +139,7 @@ oxwm.gaps.set_outer(0, 0) -- oxwm.rule.add({ instance = "gimp", floating = true }) oxwm.rule.add({ class = "firefox", title = "Library", floating = true }) oxwm.rule.add({ class = "firefox", tag = 2 }) +oxwm.rule.add({ class = "zenity", title = "", floating = true }) -- oxwm.rule.add({ instance = "mpv", floating = true }) -- To find window properties, use xprop and click on the window |
