diff --git a/src/scripts/python/util/x.py b/src/scripts/python/util/x.py index 8fd0c6f..aef22aa 100644 --- a/src/scripts/python/util/x.py +++ b/src/scripts/python/util/x.py @@ -1,11 +1,9 @@ import subprocess -from multipledispatch import dispatch from pathlib import Path ENCODING = "utf-8" -@dispatch() def get_list_short(): """Returns string output of the `xinput --list --short` command encoded as UTF-8""" @@ -15,7 +13,6 @@ def get_list_short(): return completed.stdout.decode(ENCODING) -@dispatch(int) def get_list_short_with(id): """Short List of the id