others/xmenu.sh

13 lines
264 B
Bash
Executable File

#!/bin/sh
## very simple and sexiest graphic menu made with your beloved plus fzy terminal ##
# xmenu.sh by @root_informatica.
TERMINAL="xterm"
GEOMETRY="61x12+376+241"
$TERMINAL -name "xmenu" \
-g $GEOMETRY \
-e "fzy < /proc/$$/fd/0 > /proc/$$/fd/1"