summaryrefslogtreecommitdiff
path: root/modules/intents/sway.py
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-01-29 18:59:40 +0100
committerBotond Hende <nettingman@gmail.com>2025-01-29 18:59:40 +0100
commit2b4423d3d5f325611e147b44d949793ae3fdbb76 (patch)
tree8b1e2bc943eed167cec8fce1f4f201f3096e5fa4 /modules/intents/sway.py
parent7048b94713abe328a376fd76458bf72025c12dfe (diff)
all kinds of random fixes to bugs that somehow never appeared until nowHEADmaster
Diffstat (limited to 'modules/intents/sway.py')
-rw-r--r--modules/intents/sway.py2
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