mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add hypr ecosystem page
This commit is contained in:
parent
bf439f5d50
commit
d73f40f6e6
3 changed files with 31 additions and 1 deletions
|
@ -133,7 +133,7 @@ Dynamic rules are re-evaluated every time a property changes.
|
||||||
| noanim | disables the animations for the window |
|
| noanim | disables the animations for the window |
|
||||||
| keepaspectratio | forces aspect ratio when resizing window with the mouse |
|
| 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. |
|
| 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. |
|
| 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) |
|
| 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). |
|
| immediate | forces the window to allow to be torn. See [the Tearing page](../Tearing). |
|
||||||
|
|
28
pages/Useful Utilities/Hypr-Ecosystem.md
Normal file
28
pages/Useful Utilities/Hypr-Ecosystem.md
Normal 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! :)
|
|
@ -5,6 +5,8 @@ Hyprland working.
|
||||||
|
|
||||||
- **[Must-Have](./Must-have)**
|
- **[Must-Have](./Must-have)**
|
||||||
|
|
||||||
|
- **[Hypr Ecosystem](./Hypr-Ecosystem)**
|
||||||
|
|
||||||
- **[Status Bars](./Status-Bars)**
|
- **[Status Bars](./Status-Bars)**
|
||||||
|
|
||||||
- **[App Launchers](./App-Launchers)**
|
- **[App Launchers](./App-Launchers)**
|
||||||
|
|
Loading…
Reference in a new issue