From e7bad4b453467fd50a3e194878abaa7508bcabdc Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 21 Jun 2026 20:27:26 +0100 Subject: Configure zenity to use a floating window --- oxwm/.config/oxwm/config.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-13-gbd6f