]> git.lizzy.rs Git - bspwm.git/blob - examples/autostart
Four hyphens is enough
[bspwm.git] / examples / autostart
1 #! /bin/sh
2
3 FIRST_DESK=1
4 REMAINING_DESKS="$(seq 2 9) 0"
5 bspc rename Desktop01 $FIRST_DESK
6 bspc add $REMAINING_DESKS
7
8 bspc rule Gimp Eight floating
9
10 bspc set split_ratio         0.52
11 bspc set border_width        2
12 bspc set window_gap          12
13 bspc set borderless_monocle  true
14 bspc set gapless_monocle     true
15 bspc set focus_by_distance   true