Improve hpomen support

This commit is contained in:
Michael Bradley 2024-02-15 21:59:03 -05:00
parent bc1b37bc6e
commit 33860f8ed2
5 changed files with 67 additions and 11 deletions

View file

@ -2,10 +2,11 @@
from pathlib import Path
from random import sample
from socket import gethostname
from subprocess import run
MONITORS = ("DP-1", "DP-2", "HDMI-A-1")
MONITORS = ("DP-1", "DP-2", "HDMI-A-1") if gethostname() == "chonk" else ("eDP-1",)
ANGLE_TRANSITION_ARGS = [
"--transition-type", "wipe",