screen add thingy

This commit is contained in:
shockrahwow 2019-07-04 14:15:15 -07:00
parent 3c9df6d9c4
commit 752004c08f

2
proj
View File

@ -16,8 +16,8 @@ then
if [ -z "$side" ]; then exit 0; fi
echo 'xrandr --output $out --auto $side eDP-1'
xrandr --output $out --auto --$side eDP-1
else
#
out=`xrandr | grep ' connected' | awk '{print $1}' | \
dmenu -i -p 'Device to dettach'`
if [ -z "$out" ]; then exit 0; fi