23 lines
734 B
Bash
23 lines
734 B
Bash
#! /bin/sh
|
|
|
|
picom &
|
|
vmware-user-suid-wrapper &
|
|
pgrep -f xmousepasteblock > /dev/null || xmousepasteblock &
|
|
~/.fehbg &
|
|
~/.local/bin/polybar.sh &
|
|
|
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
|
|
|
bspc monitor -d I II III IV V VI VII VIII
|
|
|
|
bspc config border_width 2
|
|
bspc config window_gap 8
|
|
bspc config top_padding 16
|
|
|
|
bspc config normal_border_color $(xrdb -query | awk '/*.background:/ { print substr($2,1) }')
|
|
bspc config focused_border_color $(xrdb -query | awk '/*.color5:/ { print substr($2,1) }')
|
|
bspc config presel_feedback_color $(xrdb -query | awk '/*.color1:/ { print substr($2,1) }')
|
|
|
|
bspc config split_ratio 0.52
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle true
|