feat(bin): Add 2 new scripts for screens

* ecran_maison to activate external monitors for laptop (framework)
* ecran_framework to deactivate external monitors and use laptop one
  (framework)
This commit is contained in:
2025-01-08 09:58:36 +01:00
parent 7a37c9ba6f
commit ba32c341bf
2 changed files with 29 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#
# ecran_framework
#
<<<<<<< HEAD
# Désactive les écrans. N'active que celui du PC portable Framework
#
# Écran principal : Iiyama North America PL2474H 11669V9B05959
@ -21,3 +22,13 @@ 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
wlr-randr --output DP-9 --off
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)