mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/command: filter instance selection by current display
This commit is contained in:
parent
1e8cc2e78d
commit
00858812f2
9 changed files with 50 additions and 9 deletions
|
|
@ -50,6 +50,7 @@ struct CommandState {
|
|||
QStringOption manifest;
|
||||
QStringOption name;
|
||||
bool newest = false;
|
||||
bool anyDisplay = false;
|
||||
} config;
|
||||
|
||||
struct {
|
||||
|
|
@ -106,6 +107,8 @@ void exitDaemon(int code);
|
|||
int parseCommand(int argc, char** argv, CommandState& state);
|
||||
int runCommand(int argc, char** argv, QCoreApplication* coreApplication);
|
||||
|
||||
QString getDisplayConnection();
|
||||
|
||||
int launch(const LaunchArgs& args, char** argv, QCoreApplication* coreApplication);
|
||||
|
||||
} // namespace qs::launch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue