hyprctl: hide unmapped windows without -a

This commit is contained in:
Vaxry
2024-03-08 17:47:12 +00:00
parent 0a4ade01d3
commit 717d5b3cc2
3 changed files with 18 additions and 3 deletions

View File

@@ -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") {