Add xrandr mirror to screens script

This commit is contained in:
arnaucube
2022-03-18 21:17:20 +01:00
parent c1e404a144
commit 45959f3636

View File

@@ -20,6 +20,8 @@ elif setup == "ih":
pos="--left-of"
elif setup == "v":
pos="--above"
elif setup=="mirror":
pos="--same-as"
subprocess.run(["xrandr", "--output", d[1], pos, "eDP-1"])