From 2ef56eae881b68d7c77a1fcf83754cae1f4026c2 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Wed, 8 Jul 2026 22:44:47 +0100 Subject: [PATCH] docs: sync ROADMAP with shipped features --- docs/ROADMAP.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 18f20fc..af7585a 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -935,3 +935,14 @@ how to override it. Items marked ✓ are shipped. `color-scheme` reads `1` on a dark theme and flips to `2` after switching to a light one (catppuccin-latte) — so xdg-desktop-portal-gtk does relay the dconf value GTK4/Qt apps read. +- ✓ **Laptop docking & Multi-monitor UX**: + - Rewrote the display watcher (`nomarchy-display-profile-watch`) to listen immediately to Hyprland's IPC socket via `socat`, removing the 3-second polling delay. + - Added a fallback to the `base` layout when unplugging an external monitor to guarantee the laptop lid turns back on. + - Added explicit `SUPER+ALT+arrow` keybindings for moving active workspaces across physical monitors. +- ✓ **Workstation Polish Pack (Security & Stability)**: + - Enabled `security.apparmor.enable` system-wide for defense-in-depth confinement. + - Added `boot.kernelParams = [ "panic=10" "oops=panic" ]` to auto-reboot upon catastrophic kernel/driver failures. + - Integrated `hyprpicker` (`SUPER+SHIFT+C`) for instant Wayland-native color picking. +- ✓ **Theme UI Review completed**: + - Preserved the full-color Papirus icon set for Rofi menus to provide a colorful layer independent of the Waybar's monochrome style. + - Enforced correct typography scales across `swaync` (notifications) and Rofi menus, natively binding to the active theme's `t.fonts.size` and `t.fonts.ui` rather than hardcoding sizes.