Compare commits
35 Commits
895a43796a
...
58a80b7e1b
Author | SHA1 | Date | |
---|---|---|---|
58a80b7e1b | |||
f0ad92db54 | |||
336f511836 | |||
4bb18648ef | |||
8499117fcb | |||
17e319b513 | |||
df9d588331 | |||
929ee321d2 | |||
7e2b984255 | |||
fdc5cef3c8 | |||
fc5031c313 | |||
9db183fe23 | |||
36de9d3147 | |||
d48b9d4ce5 | |||
a2c2238b6f | |||
6c365a6dd1 | |||
3bbdcb1e6a | |||
884709e0ae | |||
fb89575c6d | |||
1d5973aa0d | |||
15e12c7b36 | |||
3b91834879 | |||
02a743f4a5 | |||
a36f65f962 | |||
ab7fdfd6b3 | |||
b1251c6b04 | |||
4046dbee62 | |||
c0cc14ef0e | |||
7edc306d5c | |||
8a1b3013b2 | |||
9a4bdacf97 | |||
948e7e83f0 | |||
b2bb16f9cb | |||
762118d299 | |||
3f1072471e |
@ -2,6 +2,27 @@
|
||||
#
|
||||
# ecran_framework
|
||||
#
|
||||
<<<<<<< HEAD
|
||||
# Désactive les écrans. N'active que celui du PC portable Framework
|
||||
#
|
||||
# Écran principal : Iiyama North America PL2474H 11669V9B05959
|
||||
# Écran secondaire : Iiyama North America PLX2283H 1159495081860
|
||||
# Écran PC portable : BOE 0x0BCA Unknown
|
||||
|
||||
# PC portable
|
||||
laptopscreen="'BOE 0x0BCA Unknown'"
|
||||
# Écran principal
|
||||
mainscreen="'Iiyama North America PL2474H 11669V9B05959'"
|
||||
# Écran secondaire
|
||||
otherscreen="'Iiyama North America PLX2283H 1159495081860'"
|
||||
|
||||
# Éteint l'écran principal et secondaire
|
||||
swaymsg output "${mainscreen}" disable
|
||||
swaymsg output "${otherscreen}" disable
|
||||
|
||||
# Allume l'écran du PC portable
|
||||
swaymsg output "${laptopscreen}" enable
|
||||
=======
|
||||
# Désactive les écrans. N'active que celui du laptop Framework
|
||||
|
||||
# Éteint DP-9, DP-10
|
||||
@ -10,3 +31,4 @@ wlr-randr --output DP-10 --off
|
||||
|
||||
# Allume l'écran du PC portable
|
||||
wlr-randr --output eDP-1 --on
|
||||
>>>>>>> 120388f (feat(bin): Add 2 new scripts for screens)
|
||||
|
@ -3,6 +3,34 @@
|
||||
# ecran_maison
|
||||
#
|
||||
# Active les 2 écrans de la maison sur le Dock Station branché.
|
||||
<<<<<<< HEAD
|
||||
#
|
||||
# Écran principal : Iiyama North America PL2474H 11669V9B05959
|
||||
# Écran secondaire : Iiyama North America PLX2283H 1159495081860
|
||||
# Écran PC portable : BOE 0x0BCA Unknown
|
||||
|
||||
# PC portable
|
||||
laptopscreen="'BOE 0x0BCA Unknown'"
|
||||
# Écran principal
|
||||
mainscreen="'Iiyama North America PL2474H 11669V9B05959'"
|
||||
# Écran secondaire
|
||||
otherscreen="'Iiyama North America PLX2283H 1159495081860'"
|
||||
|
||||
# Active l'écran secondaire
|
||||
swaymsg output "${otherscreen}" enable
|
||||
# Tourne l'écran de droite de 90°
|
||||
swaymsg output "${otherscreen}" transform 90 clockwise
|
||||
# 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
|
||||
|
||||
# Éteint l'écran du PC portable
|
||||
swaymsg output "${laptopscreen}" disable
|
||||
=======
|
||||
|
||||
# Active DP-10
|
||||
wlr-randr --output DP-10 --on
|
||||
@ -18,3 +46,4 @@ wlr-randr --output DP-9 --pos 0,840
|
||||
|
||||
# Éteint l'écran du PC portable
|
||||
wlr-randr --output eDP-1 --off
|
||||
>>>>>>> 120388f (feat(bin): Add 2 new scripts for screens)
|
||||
|
Loading…
Reference in New Issue
Block a user