mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
hyprlock, hypridle, hyprcursor-util: add pages (#23526)
Co-authored-by: Harshavardhan <harsha.manjula.venkataramanan@gmail.com>
This commit is contained in:
@@ -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}}`
|
||||
@@ -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]}}`
|
||||
@@ -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]}}`
|
||||
Reference in New Issue
Block a user