From 36ced7c105407b9c6d2d89193c48aa5f77edf38b Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 16 Sep 2021 16:16:06 -0600 Subject: [PATCH] better name --- config/xorg/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"