1
0
Fork 0
vdotfiles/bspwm/bspmenu_run

5 lines
141 B
Bash
Executable file

#!/usr/bin/env bash
source "$HOME/.config/bspwm/common"
dmenu_path | /home/von/.config/bspwm/bspmenu -p 'run' "$@" | ${SHELL:-"/bin/sh"} &