dotfiles/.config/bspwm/bspwmrc
Louis Vallat 415f51d420
Riced a bit more the whole DE
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2021-11-18 20:02:33 +01:00

45 lines
1.2 KiB
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/1153857.png &
xset -b
DISPLAYS=$(xrandr -q | grep -w 'connected' | cut -d ' ' -f 1)
EXT_PRIMARY=""
for DISP in ${DISPLAYS}; do
if [ ${DISP} != 'eDP' ]; then
EXT_PRIMARY=${DISP}
fi
done
killall -q polybar
if [ "${EXT_PRIMARY}" != "" ]; then
xrandr --output ${EXT_PRIMARY} --primary --output eDP --right-of ${EXT_PRIMARY}
bspc monitor ${EXT_PRIMARY} -d I II III IV V
bspc monitor eDP -d VI VII VIII IX X
MONITOR=${EXT_PRIMARY} polybar left 2>&1 | tee -a /tmp/polybar.log & disown
MONITOR=${EXT_PRIMARY} polybar center 2>&1 | tee -a /tmp/polybar.log & disown
MONITOR=${EXT_PRIMARY} polybar right 2>&1 | tee -a /tmp/polybar.log & disown
else
bspc monitor eDP -d I II III IV V VI VII VIII IX X
fi
MONITOR="eDP" polybar left 2>&1 | tee -a /tmp/polybar.log & disown
MONITOR="eDP" polybar center 2>&1 | tee -a /tmp/polybar.log & disown
MONITOR="eDP" polybar right 2>&1 | tee -a /tmp/polybar.log & disown
bspc config border_width 0
bspc config window_gap 8
bspc config top_padding 30
bspc config split_ratio 0.6
# Fix for Java applications
wmname LG3D