Moar scripts

This commit is contained in:
shockrah 2022-09-10 15:09:25 -07:00
parent 68b13d0034
commit 27838518c6

2
proj
View File

@ -17,7 +17,7 @@ then
dmenu -i -p 'Pick side'`
if [ -z "$side" ]; then exit 0; fi
xrandr --output $out --auto --$side HDMI-4
xrandr --output $out --auto --$side DP-0
else
# Get the display we want to remove
out=`xrandr | grep ' connected' | awk '{print $1}' | \