screen add thingy
This commit is contained in:
parent
3c9df6d9c4
commit
752004c08f
2
proj
2
proj
@ -16,8 +16,8 @@ then
|
|||||||
if [ -z "$side" ]; then exit 0; fi
|
if [ -z "$side" ]; then exit 0; fi
|
||||||
|
|
||||||
echo 'xrandr --output $out --auto $side eDP-1'
|
echo 'xrandr --output $out --auto $side eDP-1'
|
||||||
|
xrandr --output $out --auto --$side eDP-1
|
||||||
else
|
else
|
||||||
#
|
|
||||||
out=`xrandr | grep ' connected' | awk '{print $1}' | \
|
out=`xrandr | grep ' connected' | awk '{print $1}' | \
|
||||||
dmenu -i -p 'Device to dettach'`
|
dmenu -i -p 'Device to dettach'`
|
||||||
if [ -z "$out" ]; then exit 0; fi
|
if [ -z "$out" ]; then exit 0; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user