diff options
Diffstat (limited to 'docs/MIGRATION.md')
| -rw-r--r-- | docs/MIGRATION.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 2066563..83eeea1 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -103,6 +103,19 @@ Verify with: tr '\0' '\n' < /proc/$(pgrep -x gpg-agent)/environ | grep QT_QPA +### Deleted + +`~/.xprofile`, an X11 leftover that nothing under Wayland reads. It started +`picom`, `xscreensaver`, `numlockx`, `clipmenud`, `redshift-gtk`, `setxkbmap`, +`xrdb` and `lightsOn.sh`, none of which were running, and it also started +`dunst`, which is running but is started by `udt-accent` now. Nothing sources +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. + ## Out of scope `ronema` (rofi NetworkManager applet) was excluded: no longer used, pending |
