diff --git a/src/utils/general.py b/src/utils/general.py index bf4c0ab..e09febc 100644 --- a/src/utils/general.py +++ b/src/utils/general.py @@ -93,6 +93,7 @@ def get_screen_size(): def get_clipboard_text(split=False): """Returns the text currently copied in the clipboard.""" try: + pyperclip.set_clipboard('xclip') text = pyperclip.paste() print(text) print("text")