hyprctl: hide unmapped windows without -a
This commit is contained in:
parent
0a4ade01d3
commit
717d5b3cc2
3 changed files with 18 additions and 3 deletions
|
|
@ -309,6 +309,8 @@ int main(int argc, char** argv) {
|
|||
json = true;
|
||||
} else if (ARGS[i] == "-r" && !fullArgs.contains("r")) {
|
||||
fullArgs += "r";
|
||||
} else if (ARGS[i] == "-a" && !fullArgs.contains("a")) {
|
||||
fullArgs += "a";
|
||||
} else if (ARGS[i] == "--batch") {
|
||||
fullRequest = "--batch ";
|
||||
} else if (ARGS[i] == "--instance" || ARGS[i] == "-i") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue