mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Fix broken links to Openbox
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
parent
7e50c60b00
commit
869c654fc1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue