1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-08-16 20:43:48 -07:00
Files
.github
assets
docs
example
hyprctl
hyprpm
src
CMakeLists.txt
hyprpm.bash
hyprpm.fish
hyprpm.usage
hyprpm.zsh
nix
protocols
scripts
src
subprojects
systemd
.clang-format
.clang-format-ignore
.clang-tidy
.gitattributes
.gitignore
.gitmodules
CMakeLists.txt
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
SECURITY.md
VERSION
flake.lock
flake.nix
hyprland.pc.in
meson.build
meson_options.txt
hyprland/hyprpm
Jan Beich e44aae0c20 hyprpm: switch to numeric owner/group after f8bbe5124c ()
On BSDs "root" is in "wheel" group. Instead of enumerating platforms
or probing "wheel" explicitly use numeric value for the superuser.

$ truss hyprpm add <url>
[...]
read(5,"install: unknown group root\n",1023)     = 28 (0x1c)
[...]
[ERR] ✖ Failed to write plugin state
2025-05-09 14:18:15 +02:00
..