ignoring errors on playlist dl for ytdl
changed output ids to match new setup
This commit is contained in:
4
proj
4
proj
@@ -16,8 +16,8 @@ then
|
||||
dmenu -i -p 'Pick side'`
|
||||
if [ -z "$side" ]; then exit 0; fi
|
||||
|
||||
echo "xrandr --output $out --auto $side DVI-I-1"
|
||||
xrandr --output $out --auto --$side DVI-I-1
|
||||
echo "xrandr --output $out --auto $side HDMI-4"
|
||||
xrandr --output $out --auto --$side HDMI-4
|
||||
else
|
||||
# Get the display we want to remove
|
||||
out=`xrandr | grep ' connected' | awk '{print $1}' | \
|
||||
|
||||
Reference in New Issue
Block a user