17 lines
273 B
Bash
Executable file
17 lines
273 B
Bash
Executable file
#!/bin/sh
|
|
bspc rule -r "*"
|
|
|
|
killall sxhkd
|
|
sxhkd &
|
|
nitrogen --restore
|
|
killall picom
|
|
picom &
|
|
killall dunst
|
|
dunst &
|
|
killall lemonbar
|
|
owobar | lemonbar -f "monospace" &
|
|
|
|
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
|
bspc config border_width 0
|
|
bspc config window_gap 12
|