forked from extern/nix-config
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sxhkd &
|
||
|
|
||
|
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||
|
|
||
|
bspc config border_width 15
|
||
|
bspc config window_gap 20
|
||
|
|
||
|
bspc config split_ratio 0.52
|
||
|
bspc config borderless_monocle true
|
||
|
bspc config gapless_monocle true
|
||
|
|
||
|
bspc rule -a mpv state=floating
|