mirror of
https://codeberg.org/privacy1st/rotate-screen
synced 2024-11-22 21:39:33 +01:00
fix
This commit is contained in:
parent
13c589d0b4
commit
32acf8af44
@ -170,7 +170,7 @@ class Xrandr:
|
||||
class Xinput:
|
||||
@classmethod
|
||||
def map_to_output(cls, device_id: int, screen: str):
|
||||
execute(['xinput', '--map-to-output', device_id, screen])
|
||||
execute(['xinput', '--map-to-output', str(device_id), screen])
|
||||
|
||||
@classmethod
|
||||
def get_devices(cls) -> list[Device]:
|
||||
|
Loading…
Reference in New Issue
Block a user