summaryrefslogtreecommitdiff
path: root/modules/intents/sway.py
blob: 5ab1b25a5b30fc5226b985b664a96284c363afa6 (plain)
1
2
3
4
5
import os
from typing import Dict

def HesNavigate(data: Dict):
    os.popen(f"swaymsg workspace {data["workspace"]}")