* 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: Build images based on Fedora 39
* fix(f39): Install kernel specific kmods
Installs kmods specific to the kernel/image flavor being used as ASUS and Surface no longer include these
* fix(f39): Skip Mesa for now, install 32bit version of Gamescope
* chore: Switch to Gradience flatpak
* chore: Syntax fix
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>