fix(scripts): bin - Fix secondary screen rotation

This commit is contained in:
Olivier DOSSMANN 2025-02-26 09:24:26 +01:00
parent 3f1072471e
commit ae65624398

View File

@ -18,7 +18,7 @@ otherscreen="'Iiyama North America PLX2283H 1159495081860'"
# Active l'écran secondaire # Active l'écran secondaire
swaymsg output "${otherscreen}" enable swaymsg output "${otherscreen}" enable
# Tourne l'écran de droite de 90° # Tourne l'écran de droite de 90°
swaymsg output "${otherscreen}" transform 90 clockwise swaymsg output "${otherscreen}" transform 90 anticlockwise
# Déplace l'écran de droite à 1920px (pour rester à droite) # Déplace l'écran de droite à 1920px (pour rester à droite)
swaymsg output "${otherscreen}" pos 1920 0 swaymsg output "${otherscreen}" pos 1920 0