bemenu -> wmenu
This commit is contained in:
4
arch-user/bin/menu/vertical.sh
Executable file
4
arch-user/bin/menu/vertical.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
input=$(cat)
|
||||
lines=$(echo "$input" | wc -l)
|
||||
echo "$input" | eval "wmenu $WMENU_VOPTS -l $((lines < 50 ? lines : 50)) \"$@\""
|
||||
Reference in New Issue
Block a user