From d37e632bd8acdcdcb4e1e28893fe4c9db18c2a99 Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 1 Aug 2022 18:32:00 -0500 Subject: [PATCH] reflect dotfile changes --- sh/disp | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/sh/disp b/sh/disp index 61e24f3..9e20d57 100755 --- a/sh/disp +++ b/sh/disp @@ -4,26 +4,15 @@ exists() { xrandr | grep ' connected' | grep "${1}" | wc -l } +bspc monitor -d 1 2 3 4 5 6 7 8 9 + if [ $(exists "HDMI-2") -eq 1 ] && [ $(exists "LVDS-1") -eq 1 ]; then printf "two" xrandr --output HDMI-2 --right-of LVDS-1 --auto xrandr --output VGA-1 --off --auto - bspc monitor LVDS-1 -d I II III IV V VI VII VIII IX X - bspc monitor HDMI-2 -d I II III IV V VI VII VIII IX X + bspc monitor LVDS-1 -d 1 2 3 4 5 6 7 8 9 + bspc monitor HDMI-2 -d 1 2 3 4 5 6 7 8 9 exit 0 fi -if [ $(exists "HDMI-2") -eq 1 ]; then - printf "one" - xrandr --output LVDS-1 --off --auto - xrandr --output VGA-1 --off --auto - bspc monitor -d I II III IV V VI VII VIII IX X - bspc monitor -g 1680x1050+0+0 - exit 0 -fi - -if [ $(exists "LVDS-1") -eq 1 ]; then - bspc monitor -d I II III IV V VI VII VIII IX X - bspc monitor LVDS-1 -a I II III IV V VI VII VIII IX - exit 0 -fi +# default configuration's fine