dotfiles/.config/bspwm/bspwmrc
Louis Vallat 63cd5adfe7
Added base config for bspwm
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2021-11-12 23:04:44 +01:00

22 lines
450 B
Bash
Executable File

#! /bin/bash
# Autostart
pgrep -x sxhkd > /dev/null || sxhkd &
xrdb -load $HOME/.config/.Xresources &
dunst -conf $HOME/.config/dunst/dunstrc &
picom &
feh --bg-fill ~/Pictures/nordic-obsession.png &
killall -q polybar
polybar example 2>&1 | tee -a /tmp/polybar.log & disown
xset -b
bspc monitor -d I II III IV V
bspc wm -O eDP HDMI-A-0
bspc config border_width 0
bspc config top_padding 34
bspc config window_gap 16
bspc config split_ratio 0.6