Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session.
This commit is contained in:
parent
7cf9f174db
commit
4f414ed0f1
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ if test -n "$1"; then
|
|||
exit
|
||||
fi
|
||||
|
||||
# Set the prefix for the menu layout to use
|
||||
export XDG_MENU_PREFIX="kde-"
|
||||
|
||||
# Clean up after GDM
|
||||
xprop -root -remove _NET_NUMBER_OF_DESKTOPS \
|
||||
-remove _NET_DESKTOP_NAMES \
|
||||
|
|
Loading…
Reference in a new issue