1 2 3 4 5
import os from typing import Dict def HesNavigate(data: Dict): os.popen(f"swaymsg workspace {data["workspace"]}")