diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-06-21 21:35:59 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-06-21 21:35:59 +0100 |
| commit | e1fc179e3de951b9705450ef911b0ee6a39ec0ee (patch) | |
| tree | fb6ec316333dd984b20df4f50cf1046ad4335cb7 | |
| parent | d1c8ae89eff4b5d4357068520feeb5e0311573aa (diff) | |
Configure Firefox file picker to be a floating window
| -rw-r--r-- | oxwm/.config/oxwm/config.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oxwm/.config/oxwm/config.lua b/oxwm/.config/oxwm/config.lua index 1115575..4461bf5 100644 --- a/oxwm/.config/oxwm/config.lua +++ b/oxwm/.config/oxwm/config.lua @@ -138,8 +138,9 @@ oxwm.gaps.set_outer(0, 0) -- Examples (uncomment to use): -- oxwm.rule.add({ instance = "gimp", floating = true }) oxwm.rule.add({ class = "firefox", title = "Library", floating = true }) +oxwm.rule.add({ class = "firefox", role = "GtkFileChooserDialog", floating = true }) oxwm.rule.add({ class = "firefox", tag = 2 }) -oxwm.rule.add({ class = "zenity", title = "", floating = true }) +oxwm.rule.add({ class = "zenity", floating = true }) -- oxwm.rule.add({ instance = "mpv", floating = true }) -- To find window properties, use xprop and click on the window |
