diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 16:20:37 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 16:20:37 +0200 |
| commit | e54bfc202ff522c9bb1eabc8ec98277c23386d14 (patch) | |
| tree | 836ee39b0e70a275b68d3dcbf4e4b74a94356b62 /docs | |
| parent | d4079472320c5bab0d184b95c158d42e03905089 (diff) | |
| download | unified-desktop-theme-e54bfc202ff522c9bb1eabc8ec98277c23386d14.tar.gz unified-desktop-theme-e54bfc202ff522c9bb1eabc8ec98277c23386d14.zip | |
docs: record the deletion of ~/.xprofile
An X11 leftover nothing reads under Wayland. Nothing sources it, and every
program it started is either not running or started elsewhere now (dunst,
by udt-accent). Backed up to /data/udt-backup/xprofile.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015gbjA2bmswN8jyPDKzrvqe
Diffstat (limited to 'docs')
| -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 |
