diff --git a/config/xorg/xinitrc b/config/xorg/xinitrc index 7989a83..650ac16 100644 --- a/config/xorg/xinitrc +++ b/config/xorg/xinitrc @@ -10,7 +10,7 @@ if [ -d $X11_SCRIPTS ] ; then fi -CUSTOM_DMENU_COMMANDS="$HOME/.local/custom-dmenu" +CUSTOM_DMENU_COMMANDS="$HOME/.local/dmenu" [ ! -d $CUSTOM_DMENU_COMMANDS ] && mkdir $CUSTOM_DMENU_COMMANDS export PATH="$CUSTOM_DMENU_COMMANDS:$PATH"