Initial config for bspwm

This commit is contained in:
Deon Spengler
2015-01-08 08:42:20 +02:00
parent 545c0b89e2
commit 3ad5e584c4

26
.config/bspwm/bspwmrc Executable file
View File

@@ -0,0 +1,26 @@
#! /bin/sh
# bspwm config
bspc config border_width 2
bspc config window_gap 4
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_by_distance true
bspc config auto_cancel true
# color
bspc config focused_border_color "#a6e22e"
# desktops
bspc monitor -d term web games misc
# application rules
bspc rule -a Chromium desktop=web
# hotkey daemon
sxhkd &
# panel
~/.config/bspwm/panel &