dotfiles/bin/ecran_framework
Olivier DOSSMANN 120388f1c8 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)
2025-01-08 09:58:36 +01:00

13 lines
255 B
Bash
Executable File

#!/usr/bin/env bash
#
# ecran_framework
#
# 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