]> git.lizzy.rs Git - bspwm.git/blob - examples/autostart
Clarify and expand the configuration documentation
[bspwm.git] / examples / autostart
1 #! /bin/sh
2
3 FIRST_DESK=One
4 REMAINING_DESKS='Two Three Four Five Six Seven Eight Nine Ten'
5 bspc rename Desktop01 $FIRST_DESK
6 bspc add $REMAINING_DESKS
7 bspc layout monocle $FIRST_DESK $REMAINING_DESKS
8
9 bspc rule Gimp Eight floating
10
11 bspc set border_width  1
12 bspc set window_gap    6
13
14 bspc set borderless_monocle  true
15 bspc set gapless_monocle     true
16 bspc set adaptative_raise    true