diff --git a/menu/wofi/menunote b/menu/wofi/menunote index 71014f2..be932f1 100644 --- a/menu/wofi/menunote +++ b/menu/wofi/menunote @@ -8,7 +8,6 @@ ED="vim" find $PN* -maxdepth 0 -type f ! -name *.md -delete QT=$(ls $PN | wc -l) -layout=$(setxkbmap -query | grep layout | rev | cut -c1-2 | rev) CHOISE=$(find "$PN" -iname '*.md' -type f | awk -F 'store/' '{print $NF;}' | wofi -d) || exit 1 if [[ "$CHOISE" != *.md ]]; then