From 71db8db2901051a64690ed3ef4cbddcc2f2d468e Mon Sep 17 00:00:00 2001 From: Kirill Unitsaev Date: Fri, 27 Sep 2024 00:59:25 +0400 Subject: [PATCH] Getting Started/Installation: add install instructions for Ximper (#784) --- pages/Getting Started/Installation.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 4e47d6c..d8a3b8d 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -296,6 +296,32 @@ apk add hyprland {{% /details %}} +{{% details title="Ximper*" closed="true" %}} + +Install from the Sisyphus: + +```bash +epmi hyprland +epmi hyprland-devel # If you want to use plugins +``` + +or legacyrenderer version: + +```bash +epmi hyprland-legacyrenderer +``` + +Ecosystem: + +```bash +epmi xdg-desktop-portal-hyprland +epmi hypridle +epmi hyprpaper +epmi hyprpicker +``` + +{{% /details %}} + _**\* Unofficial, no official support is provided. These instructions are community-driven, and no guarantee is provided for their validity.**_