dotfiles/bin/ecran_framework

13 lines
255 B
Plaintext
Raw Permalink Normal View History

#!/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