From de349b8d0ac50b1ca5c99d9a31fd57c2c645f334 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Fri, 28 Mar 2025 17:51:51 +0100
Subject: [PATCH] hyprland

---
 docs/desktop/wayland/hyprland/hyprland.md     |  8 +++++++-
 docs/desktop/wayland/hyprland/mylinux4work.md | 19 +++++++++++++++++++
 docs/hardware/bluetooth.md                    |  2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
 create mode 100644 docs/desktop/wayland/hyprland/mylinux4work.md

diff --git a/docs/desktop/wayland/hyprland/hyprland.md b/docs/desktop/wayland/hyprland/hyprland.md
index e6f7676..edc64a2 100644
--- a/docs/desktop/wayland/hyprland/hyprland.md
+++ b/docs/desktop/wayland/hyprland/hyprland.md
@@ -10,9 +10,15 @@
 ```sh
 pamac install hypridle hyprlock hyprland xdg-desktop-portal-hyprland \
   hyprpolkitagent-bin qt5-wayland qt6-wayland waypaper hyprpaper wlogout \
-  xdg-desktop-portal-hyprland noto-fonts ags-hyprpanel-git
+  xdg-desktop-portal-hyprland
 ```
 
+## Distributions
+
+### mylinuxforwork
+
+see [./mylinux4work.md](./mylinux4work.md)
+
 ## Setup
 
 ### Displays
diff --git a/docs/desktop/wayland/hyprland/mylinux4work.md b/docs/desktop/wayland/hyprland/mylinux4work.md
new file mode 100644
index 0000000..ca7e097
--- /dev/null
+++ b/docs/desktop/wayland/hyprland/mylinux4work.md
@@ -0,0 +1,19 @@
+# mylinuxforwork hyprland distribution
+
+- [mylinuxforwork/dotfiles](https://github.com/mylinuxforwork/dotfiles)
+- local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
+
+## Install
+
+```sh
+pamac install ml4w-hyprland
+ml4w-hyprland-setup
+```
+
+## Key bindings
+
+- Show keybindings dialog in Hyprland: `Mod Ctrk K`
+- default keybindings: `share/dotfiles/.config/hypr/conf/keybindings/default.conf`
+
+- Reload hyprland config: `Mod Shift R`
+- App launcher (Rofi): `Mod Crtl Return`
diff --git a/docs/hardware/bluetooth.md b/docs/hardware/bluetooth.md
index b76e681..5e753f0 100644
--- a/docs/hardware/bluetooth.md
+++ b/docs/hardware/bluetooth.md
@@ -61,6 +61,6 @@ Power off -> Power off -> First minute the adapter will enter pairing mode
 ### Logitech MX Keys keyboard
 
 - Model-Nr: `YR0084`
-- Pair: Press F1/F2/F3 for a few seconds
+- Pair: Press F1/F2/F3 for a few seconds (eventually together with `fn`)
 - [Factory reset](https://ernestojeh.com/factory-reset-mx-keys):
   Press `esc O esc O esc B`
-- 
GitLab