We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b941363 commit 4b92f39Copy full SHA for 4b92f39
2 files changed
cbpi/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "4.7.2.a2"
+__version__ = "4.7.2.a3"
2
__codename__ = "Winter Bock"
cbpi/cli.py
@@ -353,7 +353,7 @@ def firefox(self, name):
353
pass
354
elif name == "on":
355
print("Add firefox to labwc autostart")
356
- command='bash -c "sleep 20 && firefox --url http://localhost:8000 & wlrctl toplevel waitfor firefoox && wlrctl window focus firefox && wtype -P F11 -p F11"'
+ command='bash -c "sleep 20 && firefox --url http://localhost:8000 & wlrctl toplevel waitfor firefox && wlrctl window focus firefox && wtype -P F11 -p F11"'
357
try:
358
if os.path.exists(file) is False:
359
pathlib.Path(file).mkdir(parents=True, exist_ok=True)
0 commit comments