Fix broken links to Openbox

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2024-11-08 15:38:09 -04:00 committed by Consolatis
parent 7e50c60b00
commit 869c654fc1
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ Suggested apps to use with labwc:
See [integration] for further details. See [integration] for further details.
[wayland]: https://wayland.freedesktop.org/ [wayland]: https://wayland.freedesktop.org/
[openbox]: http://openbox.org/wiki/Help:Contents [openbox]: https://openbox.org/help/Contents
[wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots [wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots
[sway]: https://github.com/swaywm [sway]: https://github.com/swaywm
[wayland-protocols]: https://gitlab.freedesktop.org/wayland/wayland-protocols [wayland-protocols]: https://gitlab.freedesktop.org/wayland/wayland-protocols

View file

@ -1520,7 +1520,7 @@ post_processing(struct theme *theme)
} }
if (theme->osd_border_color[0] == FLT_MIN) { if (theme->osd_border_color[0] == FLT_MIN) {
/* /*
* As per http://openbox.org/wiki/Help:Themes#osd.border.color * As per https://openbox.org/help/Themes#osd.border.color
* we should fall back to window_active_border_color but * we should fall back to window_active_border_color but
* that is usually the same as window_active_title_bg_color * that is usually the same as window_active_title_bg_color
* and thus the fallback for osd_bg_color. Which would mean * and thus the fallback for osd_bg_color. Which would mean