From 2b4423d3d5f325611e147b44d949793ae3fdbb76 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 29 Jan 2025 18:59:40 +0100 Subject: all kinds of random fixes to bugs that somehow never appeared until now --- modules/intents/sway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/intents/sway.py') diff --git a/modules/intents/sway.py b/modules/intents/sway.py index 9955b4c..b5bd9fe 100644 --- a/modules/intents/sway.py +++ b/modules/intents/sway.py @@ -3,7 +3,7 @@ from typing import Dict from ..config import Config def HesNavigate(data: Dict, config: Config) -> None: - os.popen(f"swaymsg workspace {data["workspace"]}") + os.popen(f"swaymsg workspace {data['workspace']}") def HesLock(data: Dict, config: Config) -> None: os.popen(config.lock) \ No newline at end of file -- cgit v1.2.3-70-g09d2