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 | |
| parent | 9dd2fa87e55075887b2036246951169e0ae6e9ea (diff) | |
| parent | 59b81f6414bd1890ef61008378401235f8d33a0b (diff) | |
Merge branch 'main' into howl
| -rw-r--r-- | bookmarks.txt | 3 | ||||
| -rw-r--r-- | oxwm/.config/oxwm/config.lua | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bookmarks.txt b/bookmarks.txt index 4b45d46..e8e994c 100644 --- a/bookmarks.txt +++ b/bookmarks.txt @@ -1,3 +1,6 @@ gemini|https://gemini.google.com/app davidtsadler.com|https://davidtsadler.com/ jellyfin|http://192.168.1.11:8096/web +nix package|https://search.nixos.org/packages +vasm|http://sun.hasenbraten.de/vasm/ +vlink|http://sun.hasenbraten.de/vlink/index.php?view=main 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 |
