mirror of https://gitlab.com/dabruh/dotfiles.git
Add back missing xrandr command
This commit is contained in:
parent
fc71836102
commit
b433ef57d3
|
@ -93,6 +93,7 @@ disable_disconnected_monitors() {
|
||||||
|
|
||||||
for monitor in $connected_monitors; do
|
for monitor in $connected_monitors; do
|
||||||
echo "Disabling monitor $(cut -d',' -f1 <<<"$monitor")"
|
echo "Disabling monitor $(cut -d',' -f1 <<<"$monitor")"
|
||||||
|
xrandr --output "$(cut -d',' -f1 <<<"$monitor")" --off
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue