diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 16:24:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 16:24:14 +0200 |
| commit | dc4e324522acfdfbc661ae95089c96854eca6eb0 (patch) | |
| tree | 0c79dd9ecb03c7ec068dd808830fa834e8f36c51 | |
| parent | e54bfc202ff522c9bb1eabc8ec98277c23386d14 (diff) | |
| download | unified-desktop-theme-dc4e324522acfdfbc661ae95089c96854eca6eb0.tar.gz unified-desktop-theme-dc4e324522acfdfbc661ae95089c96854eca6eb0.zip | |
docs: note the CM_LAUNCHER removal alongside .xprofile
It configured clipmenu, the X11 clipboard manager .xprofile started. cliphist
through rofi replaced it, so the export had nothing left to configure.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015gbjA2bmswN8jyPDKzrvqe
| -rw-r--r-- | docs/MIGRATION.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 83eeea1..1f5d93b 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -112,9 +112,11 @@ Verify with: the file: no reference in `.bashrc`, `.bash_profile`, `/etc/profile.d/` or the Hyprland config. -One loose end it leaves: `CM_LAUNCHER=rofi` is still exported in `.bashrc`, but -`clipmenud` no longer has anything starting it. Move that to a Hyprland -`exec-once` if clipmenu is wanted back. +`CM_LAUNCHER=rofi` went from `.bashrc` at the same time. It configured +`clipmenu`, the X11 clipboard manager `.xprofile` started, which Wayland has +already superseded: `CTRL + SHIFT + l` runs `cliphist` through rofi, and +`wl-paste` watches the clipboard. The `clipmenu` and `clipmenud` packages are +still installed and can go. ## Out of scope |
