5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. $HOME/.config/wms/wms_var
|
|
|
|
$TERMINAL -name "xmenu" -g $GEOMETRY -bg "#$BC" -e "fzf --bind 'ctrl-e:print-query' --no-sort $* < /proc/$$/fd/0 > /proc/$$/fd/1"
|