- The display of the splash screen. From what I understand, there is no smooth transition between Plymouth and Openbox. Could
You can get ride of the text (login) messages and have smooth transition from plymouth to your front end.
First, in your systemd override file (or autologin) use the following line
ExecStart=-/sbin/agetty --autologin arcade --noissue --skip-login --noclear %I 38400 linux
Secondly, within the arcade home folder, edit your .bash_profile and replace the startx line with the following one.
startx -- -nocursor -quiet 2>&1 &> /dev/null
2. Rotation....
You just need to rotate the splash picture located at: /usr/share/plymouth/arch-logo.png
and regenerate your initramfs
mkinitcpio -p linux
3. Nag screen....
I do not understand your issue. The setting is right.
disable_nagscreen_patch 0