aboutsummaryrefslogtreecommitdiffstats
path: root/menu/menustyle.csh
diff options
context:
space:
mode:
Diffstat (limited to 'menu/menustyle.csh')
-rwxr-xr-xmenu/menustyle.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/menustyle.csh b/menu/menustyle.csh
index d2c6502..da29e20 100755
--- a/menu/menustyle.csh
+++ b/menu/menustyle.csh
@@ -11,7 +11,7 @@ foreach file (/etc/sysconfig/menustyle $HOME/.menustyle)
endif
end
-if ($MDV_MENU_STYLE == discovery ) then
+if ($MDV_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then
setenv XDG_CONFIG_DIRS /etc/xdg/discovery:/etc/xdg
endif