16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
sxhkd &
|
||
|
|
||
|
bspc config border_width 2
|
||
|
bspc config window_gap 12
|
||
|
|
||
|
bspc config split_ratio 0.625
|
||
|
bspc config borderless_monocle true
|
||
|
bspc config gapless_monocle true
|
||
|
|
||
|
|
||
|
bspc monitor -d i ii iii iv v
|
||
|
|
||
|
wmname LG3D
|