6 lines
68 B
Text
6 lines
68 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
. "$XDG_CONFIG_HOME/environment"
|
||
|
|
||
|
cat - | $DMENU
|