Updating starship config and xrandr hardcoded values

This commit is contained in:
2022-11-16 20:51:16 -08:00
parent 1c4ea4f6a1
commit ab113c724b
2 changed files with 2 additions and 1 deletions

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 DP-0
xrandr --output $out --auto --$side DP-2
else
# Get the display we want to remove
out=`xrandr | grep ' connected' | awk '{print $1}' | \