dotfiles-pub/linux/.config/bspwm/bspwmrc

35 lines
746 B
Plaintext
Raw Normal View History

2022-04-04 03:46:58 +00:00
#!/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"
2022-02-15 21:07:11 +00:00
picom &
2022-04-04 03:46:58 +00:00
sxhkd &
dunst &
~/.local/bin/generic_autostart.sh &
2022-02-15 21:07:11 +00:00
2022-04-04 03:46:58 +00:00
~/.local/bin/polybar.sh &
~/.fehbg
2022-02-15 21:07:11 +00:00
2022-04-04 03:46:58 +00:00
bspc monitor -d ⠈ ⠐ ⠘ ⠠ ⠨ ⠰ ⠸ ⢀
2022-02-15 21:07:11 +00:00
2022-04-04 03:46:58 +00:00
bspc config border_width 1
bspc config window_gap 8
2022-02-15 21:07:11 +00:00
bspc config top_padding 16
2022-04-04 03:46:58 +00:00
bspc config normal_border_color $(xgetres background)
bspc config focused_border_color $(xgetres color5)
2022-02-15 21:07:11 +00:00
2022-04-04 03:46:58 +00:00
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true