From d53ce5574b0bfd6f78394f9469a043c04866ecdc Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sun, 31 Jul 2022 12:39:36 +0200 Subject: Created dmenu wrapper and made all (hopefully) scripts compatible with vanilla dmenu. --- dmenuTerm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenuTerm.sh') diff --git a/dmenuTerm.sh b/dmenuTerm.sh index 7f4e1f8..5f984b7 100755 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -5,7 +5,7 @@ options="neofetch\ncmus\ncmus (float)\nweather\nReset NetworkManager\nwifiUp\nwi count="$(printf "$options" | wc -l)" -chosen="$(printf "$options" | dmenu -i -l "$count" -p "~$ urxvt -e")" +chosen="$(printf "$options" | dmenu -l "$count" -p "~$ urxvt -e")" case "$chosen" in # floating windows -- cgit v1.2.1