You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
641 B
31 lines
641 B
#! /bin/sh
|
|
|
|
pkill picom
|
|
picom &
|
|
nitrogen --restore &
|
|
~/.config/polybar/launch.sh
|
|
|
|
|
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
|
|
|
#bspc monitor -d I II III IV V VI VII VIII IX X
|
|
bspc monitor -d 1 2 3 4 5 6
|
|
|
|
bspc config border_width 1
|
|
bspc config window_gap 20
|
|
|
|
bspc config top_padding 25
|
|
bspc config split_ratio 0.50
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle true
|
|
|
|
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
|
bspc rule -a Spotify desktop='^6'
|
|
|
|
eww daemon
|
|
eww open right
|
|
|
|
# only add if nothing is there
|
|
#if test "$(mpc playlist | wc -l)" -eq 0 ; then
|
|
# mpc ls | mpc add
|
|
#fi
|