mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
shell: reorder qs args
So nix substituteInPlace works better
This commit is contained in:
@@ -22,7 +22,7 @@ class Command:
|
||||
self.message(*self.args.message)
|
||||
else:
|
||||
# Start the shell
|
||||
args = ["qs", "-n", "-c", "caelestia", "--log-rules", self.args.log_rules]
|
||||
args = ["qs", "-c", "caelestia", "-n", "--log-rules", self.args.log_rules]
|
||||
if self.args.daemon:
|
||||
args.append("-d")
|
||||
subprocess.run(args)
|
||||
|
||||
Reference in New Issue
Block a user