* Boot Video
By: [SuperRiderTH (Sean)](https://github.com/SuperRiderTH)
* feat(kde): Add Haruna
GNOME has a media player pre-installed, so why not KDE? This is their own media player that uses qt and all of that.
I know the image is getting gigantic though, so this could wait until we get diffs updated instead of users downloading the entire image every update.
* feat(gnome): Remove Totem (EOL Runtime) and Add Celluloid
Adds [Celluloid](https://github.com/celluloid-player/celluloid) instead of Totem. Totem currently has an EOL runtime, but that might be resolved soon.
Although I added this because Bluefin already uses this by default too. Keeps us kind of aligned.
* feat: Fix caps-lock input delay
This is one of the 1st issues which ex-Windows users notice when they switch to Linux. I am one of those users who uses Caps-Lock instead of Shift for uppercase letters.
This will get rid of input delay, while the "light indicator" delay is still the same (I mentioned this distinction to not confuse you if you don't "see" any changes).
To test, type "Helo" repeatedly using Caps Lock.
You will no longer see "HElo" in your texts.
Fix took from here:
https://forum.manjaro.org/t/caps-lock-behaviour-wayland/79868/8
* Add needed dconf for caps-lock delay fix
* Place this in desktop/silverblue, since it is for Gnome only for now
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
* feat: Fix caps-lock input delay
This is one of the 1st issues which ex-Windows users notice when they switch to Linux. I am one of those users who uses Caps-Lock instead of Shift for uppercase letters.
This will get rid of input delay, while the "light indicator" delay is still the same (I mentioned this distinction to not confuse you if you don't "see" any changes).
To test, type "Helo" repeatedly using Caps Lock.
You will no longer see "HElo" in your texts.
Fix took from here:
https://forum.manjaro.org/t/caps-lock-behaviour-wayland/79868/8
* Add needed dconf for caps-lock delay fix
* Place this in desktop/silverblue, since it is for Gnome only for now
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>