5 lines
141 B
Bash
Executable file
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"} &
|