This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
Hyprland
Watch
1
Star
0
Fork
You've already forked Hyprland
0
mirror of
https://github.com/hyprwm/Hyprland
synced
2024-11-02 19:25:58 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
20899d0df2
Hyprland
/
hyprctl
/
Makefile
5 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
added hyprctl
2022-03-20 16:51:14 +01:00
all
:
makefile: Add CXXFLAGS to hyprlctl's Makefile (#3913)
2023-11-22 12:02:36 +01:00
$(
CXX
)
$(
CXXFLAGS
)
-std
=
c++2b ./main.cpp -o ./hyprctl
revised makefile, newline after execution
2022-06-17 12:18:25 +02:00
clean
:
Use enum for specifying hyprctl output format and change the way flags are passed for json output
2022-07-12 22:59:36 +02:00
rm ./hyprctl
Reference in a new issue
Copy permalink