hyprlock, hypridle, hyprcursor-util: add pages (#23526)

Co-authored-by: Harshavardhan <harsha.manjula.venkataramanan@gmail.com>
This commit is contained in:
Rin
2026-08-24 19:47:33 +02:00
committed by GitHub
co-authored by Harshavardhan
parent 17d7177614
commit 657fbad962
3 changed files with 67 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# hyprcursor-util
> Utility to create and extract Hyprcursor cursor themes for Hyprland.
> More information: <https://github.com/hyprwm/hyprcursor/blob/main/hyprcursor-util/README.md>.
- Compile a working directory into a Hyprcursor theme:
`hyprcursor-util {{[-c|--create]}} {{path/to/theme_directory}}`
- Extract an XCursor theme into a Hyprcursor working directory:
`hyprcursor-util {{[-e|--extract]}} {{path/to/xcursor_theme}}`
- Specify the output directory:
`hyprcursor-util {{[-c|--create]}} {{path/to/theme_directory}} {{[-o|--output]}} {{path/to/output}}`
- Extract a theme with a specific resize mode:
`hyprcursor-util --extract {{path/to/xcursor_theme}} --resize {{none|nearest|bilinear}}`
+22
View File
@@ -0,0 +1,22 @@
# hypridle
> Idle management daemon for the Hyprland Wayland compositor.
> Executes commands based on inactivity timeouts.
> Configured via `~/.config/hypr/hypridle.conf`.
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hypridle/>.
- Start the idle daemon using the default configuration:
`hypridle`
- Start the idle daemon using a specific configuration file:
`hypridle {{[-c|--config]}} {{path/to/hypridle.conf}}`
- Start the idle daemon with verbose output:
`hypridle {{[-v|--verbose]}}`
- Display help:
`hypridle {{[-h|--help]}}`
+25
View File
@@ -0,0 +1,25 @@
# hyprlock
> GPU-accelerated screen locker for the Hyprland Wayland compositor.
> Configured via `~/.config/hypr/hyprlock.conf`.
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/>.
- Lock the screen using the default configuration:
`hyprlock`
- Lock the screen using a specific configuration file:
`hyprlock {{[-c|--config]}} {{path/to/hyprlock.conf}}`
- Lock the screen immediately, bypassing the grace period:
`hyprlock --grace 0`
- Disable the fade-in animation when locking:
`hyprlock --no-fade-in`
- Display help:
`hyprlock {{[-h|--help]}}`