Skip to content

Commit

Permalink
fixup! hyprctl plugin list: add -t option so we don't need glaze
Browse files Browse the repository at this point in the history
  • Loading branch information
earboxer committed Jan 15, 2025
1 parent c832805 commit b3e4eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyprctl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ int main(int argc, char** argv) {
if (ARGS[i] == "-j" && !fullArgs.contains("j")) {
fullArgs += "j";
json = true;
} else if (ARGS[i] == "-t" && !fullArgs.contains("t")) {
fullArgs += "t";
} else if (ARGS[i] == "-r" && !fullArgs.contains("r")) {
fullArgs += "r";
} else if (ARGS[i] == "-a" && !fullArgs.contains("a")) {
Expand Down

0 comments on commit b3e4eee

Please sign in to comment.