others/xmenu.sh

8 lines
146 B
Bash
Executable File

#!/bin/sh
TERMINAL=xterm
GEOMETRY=66x11+314+250
$TERMINAL -name "xmenu" -g $GEOMETRY -e "fzf --no-sort -m $* < /proc/$$/fd/0 > /proc/$$/fd/1"