add bspwm config and use as default WM

This commit is contained in:
2020-07-12 00:46:31 +02:00
parent 17bd71ac37
commit 25a350d962
4 changed files with 217 additions and 1 deletions

21
.config/bspwm/bspwmrc Executable file
View File

@ -0,0 +1,21 @@
#! /bin/sh
sxhkd &
~/.config/bspwm/panel &
xdo lower $(xdo id -a panel)
bspc monitor -d 1 2 3 4 5 6 7 8 9 0
bspc config border_width 2
bspc config window_gap 12
bspc config normal_border_color '#808080'
bspc config focused_border_color '#3585ce'
bspc config presel_feedback_color '#3585ce'
bspc config split_ratio 0.50
bspc config single_monocle true
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Gimp desktop='^8' state=floating follow=on