1
0
Fork 0

firefox -> chromium and initial bspwm config (thanks fbt)

This commit is contained in:
Von Random 2015-06-23 10:30:55 +03:00
parent fcd1e75e6d
commit eaff767e63
12 changed files with 444 additions and 1 deletions

9
bspwm/bspmenu Executable file
View 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" \
"$@"