mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[shell/aliases] add esp32 commands and updated mon-toggle
This commit is contained in:
parent
6d5a313769
commit
a83c6f1a7a
2 changed files with 7 additions and 2 deletions
|
@ -3,7 +3,7 @@ intern=LVDS1
|
|||
extern=VGA1
|
||||
|
||||
if xrandr | grep "$extern disconnected"; then
|
||||
xrandr --output "$extern" --off --output "$intern" --auto
|
||||
xrandr --output "$extern" --off --output "$intern" --auto --primary
|
||||
else
|
||||
xrandr --output "$intern" --auto --pos 0x150 --output "$extern" --auto --pos 1600x0 --primary --output HDMI1 --auto --output DP1 --auto
|
||||
xrandr --output "$intern" --auto --pos 0x150 --primary --output "$extern" --auto --pos 1600x0 --output HDMI1 --auto --output DP1 --auto
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue