some cleanup
This commit is contained in:
parent
233ba33ec7
commit
5e70c95984
12 changed files with 0 additions and 41 deletions
9
bspwm-fbt/bspmenu
Executable file
9
bspwm-fbt/bspmenu
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source "$HOME/.config/bspwm/common"
|
||||
|
||||
dmenu -fn "$fontspec" \
|
||||
-nb "#$colour_bg_normal" \
|
||||
-nf "#$colour_fg_normal" \
|
||||
-sb "#$colour_bg_focused" \
|
||||
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue