diff options
| -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 |
