Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tych0 committed Mar 31, 2024
1 parent d44e881 commit 5baf29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/core/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ def validate_config(self) -> None:

@expose_command()
def spawn(
self, cmd: str | list[str], shell: bool = False, env: dict[str, str] = dict()
self, cmd: list[str] | str, shell: bool = False, env: dict[str, str] = dict()
) -> int:
"""
Spawn a new process.
Expand Down

0 comments on commit 5baf29f

Please sign in to comment.