diff --git a/pages/linux/hyprcursor-util.md b/pages/linux/hyprcursor-util.md new file mode 100644 index 0000000000..32e4a3141f --- /dev/null +++ b/pages/linux/hyprcursor-util.md @@ -0,0 +1,20 @@ +# hyprcursor-util + +> Utility to create and extract Hyprcursor cursor themes for Hyprland. +> More information: . + +- 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}}` diff --git a/pages/linux/hypridle.md b/pages/linux/hypridle.md new file mode 100644 index 0000000000..42756a0ee7 --- /dev/null +++ b/pages/linux/hypridle.md @@ -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: . + +- 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]}}` diff --git a/pages/linux/hyprlock.md b/pages/linux/hyprlock.md new file mode 100644 index 0000000000..ea86f83aa2 --- /dev/null +++ b/pages/linux/hyprlock.md @@ -0,0 +1,25 @@ +# hyprlock + +> GPU-accelerated screen locker for the Hyprland Wayland compositor. +> Configured via `~/.config/hypr/hyprlock.conf`. +> More information: . + +- 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]}}`