Improve hpomen support
This commit is contained in:
parent
bc1b37bc6e
commit
33860f8ed2
5 changed files with 67 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue