1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-18 15:18:10 +02:00

Add back missing xrandr command

This commit is contained in:
dabruh 2024-04-19 08:46:35 +02:00
parent fc71836102
commit b433ef57d3

View file

@ -93,6 +93,7 @@ disable_disconnected_monitors() {
for monitor in $connected_monitors; do
echo "Disabling monitor $(cut -d',' -f1 <<<"$monitor")"
xrandr --output "$(cut -d',' -f1 <<<"$monitor")" --off
done
}