16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
setxkbmap it
|
||
|
|
||
|
bspc config border_width 2
|
||
|
bspc window_gap 24
|
||
|
bspc config focused_border_color '#858585'
|
||
|
bspc config normal_border_color '#2e343D'
|
||
|
bspc config split_ratio 0.52
|
||
|
bspc config borderless_monocle true
|
||
|
bspc config gapless monocle true
|
||
|
bspc config focus_follows_pointer true
|
||
|
|
||
|
bspc config monitor -d I II III IV
|
||
|
feh --no--fehbg --bg-center ~/images/torvalds.png
|