diff --git a/dotfiles/config/bspwm/bspwmrc b/dotfiles/config/bspwm/bspwmrc index 0c6210f..ca206be 100755 --- a/dotfiles/config/bspwm/bspwmrc +++ b/dotfiles/config/bspwm/bspwmrc @@ -19,3 +19,4 @@ pgrep dunst >/dev/null || dunst & numlockx on & setxkbmap fr us& nitrogen --restore & +pgrep activate-linux >/dev/null || (sleep 2;activate-linux -c 1-1-1-0.7 -V 50 -H 50 -d)& diff --git a/homes/desktop/bspwm/host.sh b/homes/desktop/bspwm/host.sh index 69d8549..e69de29 100644 --- a/homes/desktop/bspwm/host.sh +++ b/homes/desktop/bspwm/host.sh @@ -1 +0,0 @@ -pgrep activate-linux >/dev/null || (sleep 2;activate-linux -c 1-1-1-0.7 -V 50 -H 50 -d)& diff --git a/homes/laptop/bspwm/host.sh b/homes/laptop/bspwm/host.sh index 1ccf6bd..d940f37 100644 --- a/homes/laptop/bspwm/host.sh +++ b/homes/laptop/bspwm/host.sh @@ -1,5 +1,5 @@ -INTEGRATED="eDP-1" -HDMI="HDMI-1" +INTEGRATED="eDP" +HDMI="HDMI-A-0" if xrandr | grep "$HDMI connected" && cat /proc/acpi/button/lid/LID/state | grep "closed"; then bash ~/.screenlayout/b.sh bspc monitor $HDMI -d 1 2 3 4 5 @@ -12,4 +12,3 @@ else bspc monitor -d 1 2 3 4 5 xrandr -r 60 fi -pgrep activate-linux >/dev/null || (sleep 2;activate-linux -c 1-1-1-0.7 -V 50 -H 70 -d)&