diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a8598a3..b2a0af9 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,7 +1,7 @@ #! /bin/sh # Autostart -grep -x dunst > /dev/null || dunst -conf $HOME/.config/dunst/dunstrc & +pgrep -x dunst > /dev/null || dunst -conf $HOME/.config/dunst/dunstrc & sxhkd & xrdb $HOME/.Xresources $HOME/.config/polybar/launch.sh & @@ -10,8 +10,7 @@ feh --bg-fill --randomize $HOME/backgrounds/* /usr/share/backgrounds/* & pgrep -x pasystray > /dev/null || pasystray & pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash & pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf --experimental-backends & -pgrep -x wmname > /dev/null || wmname LG3D & -gnome-keyring-daemon --start & +wmname LG3D & while pgrep -u $UID -f windows.sh >/dev/null; do pkill -f windows.sh; done ~/.config/bspwm/windows.sh & @@ -21,7 +20,7 @@ bspc monitor DP-2 -d 1 2 3 4 5 bspc monitor HDMI-0 -d 6 7 8 9 0 # BSPWM config -bspc config border_width 1 +bspc config border_width 3 bspc config window_gap 12 bspc config split_ratio 0.50 bspc config borderless_monocle true