bspwm/examples/bspwmrc
Bastien Dejean 2f4c9e9fd4 New option for bspwm: -c
In addition, the path of the default configuration file has changed.
2013-07-29 10:27:04 +02:00

14 lines
347 B
Bash
Executable file

#! /bin/sh
FIRST_DESK=1
REMAINING_DESKS="$(seq 2 9) 0"
bspc desktop Desktop01 -n $FIRST_DESK
bspc monitor -a $REMAINING_DESKS
bspc rule -a Gimp -d Eight --floating
bspc config split_ratio 0.52
bspc config border_width 2
bspc config window_gap 12
bspc config borderless_monocle true
bspc config gapless_monocle true