diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-07-04 12:54:12 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-07-04 12:54:12 +0100 |
| commit | 974d1bd30627a1d974ea6d8bc3f806b017b03afe (patch) | |
| tree | 275b77b1fbe5f651d670a4442f40bc0b6e537ff8 /oxwm | |
| parent | 9dd2fa87e55075887b2036246951169e0ae6e9ea (diff) | |
| parent | 59b81f6414bd1890ef61008378401235f8d33a0b (diff) | |
Merge branch 'main' into howl
Diffstat (limited to 'oxwm')
| -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 3b37a8c..ffa5dd4 100644 --- a/oxwm/.config/oxwm/config.lua +++ b/oxwm/.config/oxwm/config.lua @@ -126,6 +126,7 @@ 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", floating = true }) +oxwm.rule.add({ class = "amiberry", tag = 3 }) -- oxwm.rule.add({ instance = "mpv", floating = true }) -- To find window properties, use xprop and click on the window |
