Add hypr ecosystem page

This commit is contained in:
Vaxry 2024-02-17 23:55:32 +00:00
parent bf439f5d50
commit d73f40f6e6
3 changed files with 31 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Dynamic rules are re-evaluated every time a property changes.
| noanim | disables the animations for the window |
| keepaspectratio | forces aspect ratio when resizing window with the mouse |
| bordercolor \[c\] | force the bordercolor of the window. Options for c: `color`/`color ... color angle` -> sets the active border color/gradient OR `color color`/`color ... color angle color ... color [angle]` -> sets the active and inactive border color/gradient of the window. See [variables->colors](../Variables#variable_types) for color definition. |
| idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `swayidle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` |
| idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `hypridle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` |
| dimaround | dims everything around the window . Please note this rule is meant for floating windows and using it on tiled ones may result in strange behavior. |
| xray \[on\] | sets blur xray mode for the window (0 for off, 1 for on, unset for default) |
| immediate | forces the window to allow to be torn. See [the Tearing page](../Tearing). |

View File

@ -0,0 +1,28 @@
The hypr ecosystem is a collection of apps developed by me (aka hyprwm)
that are designed for hyprland and to integrate with it as nicely as possible.
## hyprpaper
A cool, fast, IPC-controlled wallpaper utility.
[Github link](https://github.com/hyprwm/hyprpaper)
## hyprpicker
A neat color picker for your hyprland desktop.
[Github link](https://github.com/hyprwm/hyprpicker)
## xdg-desktop-portal-hyprland
A must-have, see [The wiki page](../Hyprland-Desktop-Portal)
## hypridle
An idle management daemon for hyprland, to set stuff like lockscreen or monitor poweroff when idle.
[Github link](https://github.com/hyprwm/hypridle)
## More
and more to come! :)

View File

@ -5,6 +5,8 @@ Hyprland working.
- **[Must-Have](./Must-have)**
- **[Hypr Ecosystem](./Hypr-Ecosystem)**
- **[Status Bars](./Status-Bars)**
- **[App Launchers](./App-Launchers)**