dotfiles/.config/bspwm/bspwmrc
Louis Vallat 54c52b3f48
Updated fish and wallpaper
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-04-13 08:47:30 +02:00

44 lines
1.1 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/wallhaven-6ozkzl.jpg &
/usr/lib/kdeconnectd & disown
nextcloud & disown
xset -b
DISPLAYS=$(xrandr -q | grep -w 'connected' | cut -d ' ' -f 1)
EXT_PRIMARY=""
INTEGRATED_DISPLAY="eDP"
for DISP in ${DISPLAYS}; do
if [ ${DISP} != ${INTEGRATED_DISPLAY} ]; then
EXT_PRIMARY=${DISP}
fi
done
killall -q polybar
if [ "${EXT_PRIMARY}" != "" ]; then
xrandr --output ${EXT_PRIMARY} --primary --output ${INTEGRATED_DISPLAY} --right-of ${EXT_PRIMARY}
bspc monitor ${EXT_PRIMARY} -d 一 二 三 四 五
bspc monitor ${INTEGRATED_DISPLAY} -d 六 七 八 九 十
MONITOR=${EXT_PRIMARY} polybar main 2>&1 | tee -a /tmp/polybar.log & disown
else
bspc monitor eDP -d 一 二 三 四 五 六 七 八 九 十
fi
MONITOR=${INTEGRATED_DISPLAY} polybar main 2>&1 | tee -a /tmp/polybar.log & disown
bspc config border_width 0
bspc config window_gap 8
bspc config top_padding 25
bspc config split_ratio 0.6
# Fix for Java applications
wmname LG3D