Great package, thank you for putting this together!
For i3 users: prompt location is still pretty messed up unfortunately after that update.
There's a bug open https://bugs.archlinux.org/task/77062 since January but it doesn't look like this will be fixed any time soon.
The geometry workaround also only works if you never switch urxvt to a floating window. If you do, then this workaround actually just makes things worse.
The current workaround is to comment out line 397 in screen.C. Adding the following line to the end of PKGBUILD prepare() function should do the job:
sed -i '397 s/^/\/\//' "${srcdir}/rxvt-unicode-9.31/src/screen.C"
Pinned Comments
mrdotx commented on 2023-01-09 11:26 (UTC)
Some window managers may have the problem that your prompt appears somewhere in the middle of the window. To mitigate the problem, change the geometry in your XResources config, e.g.: