wmaker.inst: remove all modification to ~/.xinitrc
commitdce34e926bd84130ddf52e19d949a37adc266f24
authorJohn D Pell <john@pell.cc>
Sun, 8 Aug 2021 07:36:29 +0000 (8 09:36 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 10 Aug 2021 08:42:43 +0000 (10 09:42 +0100)
treecb83cbf24991f56efa8f6725bddb256b2b3e146e
parenta0b283a60f734c38faa8e7cd594ace1657ce74b0
wmaker.inst: remove all modification to ~/.xinitrc

I cannot imagine that modifying an existing ~/.xinitrc is ever wanted, and creating an ~/.xinitrc when none exists is much worse.

If a user created their own ~/.xinitrc, then don't modify it.
The user will modify it if they like.

If the user did not create their own ~/.xinitrc, then creating one will short-circuit X startup as `startx` will *replace* the system's version with the user's version.
Literally ~/.Xresources won't be loaded.
There's no way this is expected behavior.
util/wmaker.inst.in