34 lines
746 B
Bash
Executable file
34 lines
746 B
Bash
Executable file
#!/bin/bash
|
|
|
|
xrdb ~/.config/xrdb/main.xrdb
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
xrdb -merge "$HOME/.config/xrdb/colors/$(cat $HOME/.config/bspwm/colorscheme).xrdb"
|
|
|
|
pkill -9 picom
|
|
pkill -9 sxhkd
|
|
pkill -9 dunst
|
|
|
|
~/.local/bin/xrdb-replace -f "$HOME/.config/xrdb-replace/files"
|
|
|
|
picom &
|
|
sxhkd &
|
|
dunst &
|
|
|
|
~/.local/bin/generic_autostart.sh &
|
|
|
|
~/.local/bin/polybar.sh &
|
|
~/.fehbg
|
|
|
|
bspc monitor -d ⠈ ⠐ ⠘ ⠠ ⠨ ⠰ ⠸ ⢀
|
|
|
|
bspc config border_width 1
|
|
bspc config window_gap 8
|
|
bspc config top_padding 16
|
|
|
|
bspc config normal_border_color $(xgetres background)
|
|
bspc config focused_border_color $(xgetres color5)
|
|
|
|
bspc config split_ratio 0.52
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle true
|