Use enum for specifying hyprctl output format and change the way flags
are passed for json output
This commit is contained in:
parent
036f431206
commit
2402f2e364
4 changed files with 61 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
all:
|
||||
g++ -std=c++20 ./main.cpp -o ./hyprctl
|
||||
g++ -std=c++23 ./main.cpp -o ./hyprctl
|
||||
clean:
|
||||
rm ./hyprctl
|
||||
rm ./hyprctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue