Commit 5c740aa4 authored by Michael Straube's avatar Michael Straube

wm_theme: Add support for Openbox on LXQt

parent 4204f79e
......@@ -1812,6 +1812,9 @@ get_wm_theme() {
if [[ "$de" == "LXDE" && -f "${HOME}/.config/openbox/lxde-rc.xml" ]]; then
ob_file="lxde-rc"
elif [[ "$de" == "LXQt" && -f "${HOME}/.config/openbox/lxqt-rc.xml" ]]; then
ob_file="lxqt-rc"
elif [[ -f "${HOME}/.config/openbox/rc.xml" ]]; then
ob_file="rc"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment