diff options
Diffstat (limited to 'modules/intents/sway.py')
-rw-r--r-- | modules/intents/sway.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/intents/sway.py b/modules/intents/sway.py new file mode 100644 index 0000000..5ab1b25 --- /dev/null +++ b/modules/intents/sway.py @@ -0,0 +1,5 @@ +import os +from typing import Dict + +def HesNavigate(data: Dict): + os.popen(f"swaymsg workspace {data["workspace"]}") |