]> git.lizzy.rs Git - bspwm.git/blob - examples/autostart
Merge branch 'master' into history
[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
8 bspc rule Gimp Eight floating
9
10 bspc set border_width        4
11 bspc set window_gap          12
12 bspc set borderless_monocle  true
13 bspc set gapless_monocle     true
14 bspc set adaptative_raise    true