chore(bin): Change ecran_maison script for anticlockwise
This commit is contained in:
@@ -17,13 +17,17 @@ otherscreen="'Iiyama North America PLX2283H 1159495081860'"
|
||||
|
||||
# Active l'écran secondaire
|
||||
swaymsg output "${otherscreen}" enable
|
||||
# Tourne l'écran de droite de 90°
|
||||
|
||||
# Tourne l'écran de droite de 90° (ou alors on peut aussi faire 270)
|
||||
swaymsg output "${otherscreen}" transform 90 anticlockwise
|
||||
#swaymsg output "${otherscreen}" transform 270
|
||||
|
||||
# Déplace l'écran de droite à 1920px (pour rester à droite)
|
||||
swaymsg output "${otherscreen}" pos 1920 0
|
||||
|
||||
# Active l'écran principal
|
||||
swaymsg output "${mainscreen}" enable
|
||||
|
||||
# Descend l'écran principal vers le bas de 840px
|
||||
swaymsg output "${mainscreen}" pos 0 840
|
||||
|
||||
|
||||
Reference in New Issue
Block a user