Skip to content

Commit 4b92f39

Browse files
committed
fix typo in start command
1 parent b941363 commit 4b92f39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cbpi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.7.2.a2"
1+
__version__ = "4.7.2.a3"
22
__codename__ = "Winter Bock"

cbpi/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def firefox(self, name):
353353
pass
354354
elif name == "on":
355355
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"'
356+
command='bash -c "sleep 20 && firefox --url http://localhost:8000 & wlrctl toplevel waitfor firefox && wlrctl window focus firefox && wtype -P F11 -p F11"'
357357
try:
358358
if os.path.exists(file) is False:
359359
pathlib.Path(file).mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)