hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)

This commit is contained in:
Vaxry 2023-12-07 10:41:09 +00:00 committed by GitHub
parent 62a8d0be5c
commit d360550546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1428 additions and 8 deletions

View file

@ -245,5 +245,6 @@ protocol("staging/tearing-control/tearing-control-v1.xml" "tearing-control-v1" f
protocol("unstable/text-input/text-input-unstable-v1.xml" "text-input-unstable-v1" false)
protocol("staging/cursor-shape/cursor-shape-v1.xml" "cursor-shape-v1" false)
# hyprctl
# tools
add_subdirectory(hyprctl)
add_subdirectory(hyprpm)