13 lines
241 B
Bash
13 lines
241 B
Bash
#!/bin/sh
|
|
bspc rule -r "*"
|
|
|
|
polybar &
|
|
picom --config ~/.config/picom/picom.conf &
|
|
feh --bg-scale ~/Pictures/wp.jpg &
|
|
sxhkd &
|
|
dunst &
|
|
|
|
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
|
bspc config border_width 0
|
|
bspc config window_gap 12
|