hyprwm / hypridle

Hyprland's idle daemon
BSD 3-Clause "New" or "Revised" License
403 stars 25 forks source link

Fixed getconf command in build instructions #60

Closed pebble-24 closed 6 months ago

pebble-24 commented 6 months ago

getconf NPROCESSORS_CONF isn't a valid command. The correct command is getconf _NPROCESSORS_CONF.