Archived
0
0
Fork 0

changed bspwm config a bit

This commit is contained in:
Daryl Ronningen 2022-07-13 07:05:41 -07:00
parent 4d81b89698
commit 1eb6b309c1
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -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