mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
Add xrandr mirror to screens script
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user