diff options
author | Botond Hende <nettingman@gmail.com> | 2025-01-29 18:59:40 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2025-01-29 18:59:40 +0100 |
commit | 2b4423d3d5f325611e147b44d949793ae3fdbb76 (patch) | |
tree | 8b1e2bc943eed167cec8fce1f4f201f3096e5fa4 /modules/intents/sway.py | |
parent | 7048b94713abe328a376fd76458bf72025c12dfe (diff) |
Diffstat (limited to 'modules/intents/sway.py')
-rw-r--r-- | modules/intents/sway.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |