17 lines
293 B
Bash
17 lines
293 B
Bash
#!/bin/sh
|
|
|
|
bspc rule -r "*"
|
|
bspc rule -a PictureInPicture state=floating
|
|
|
|
xsetroot -cursor_name left_ptr &
|
|
bluetoothctl power off &
|
|
polybar &
|
|
picom &
|
|
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
|