forked from quickshell/quickshell
core!: refactor launch sequence
Also includes slight changes to the command syntax. See --help for details.
This commit is contained in:
parent
da043e092a
commit
94e881e6b0
12 changed files with 729 additions and 651 deletions
|
@ -1,3 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
int qs_main(int argc, char** argv); // NOLINT
|
||||
namespace qs::launch {
|
||||
|
||||
int main(int argc, char** argv); // NOLINT
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue