17 Commits

Author SHA1 Message Date
fiftydinar
36ee23c00d
feat(gnome): Fix caps-lock input delay (#630)
* 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>
2023-12-25 23:19:17 -08:00
fiftydinar
18bd602959
feat(gnome): Enable num-lock by default (#629)
It's a no-brainer to have this enabled out-of-the-box imo
2023-12-25 21:26:30 -08:00
Kyle Gospodnetich
4c8034f5a6 chore: Standardize all bash scripts on #!/usr/bin/bash
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:02:42 -08:00
Kyle Gospodnetich
b9b1e42980 fix(gnome): Cleanup dconf files, add service to apply. 2023-12-03 14:06:16 -08:00
Kyle Gospodnetich
dda3acb90d chore: Add dconf improvements from Bluefin 2023-11-20 22:14:45 -08:00
Kyle Gospodnetich
f933ab7845 chore: Move flatpak install list to /usr/share 2023-10-20 13:46:18 -07:00
Kyle Gospodnetich
15c4fdd3fb feat(gnome): Add Steam & Lutris to the dash by default 2023-10-18 21:38:34 -07:00
Kyle Gospodnetich
4ab99c68e9 feat(gnome): Switch to dconf settings for a number of needed changes in gnome, add default dash application assignments. 2023-10-17 11:33:17 -07:00
RJ Trujillo
631423b360
feat(ci): Build images based on Fedora 39 (#332)
* 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>
2023-10-13 13:35:10 -07:00
Kyle Gospodnetich
43cc9f5080 chore: ublue-update script cleanup 2023-10-02 11:53:13 -07:00
Kyle Gospodnetich
7c5e26a3a1 chore: Reorganize flatpaks to have the most important ones first 2023-09-22 17:32:14 -07:00
Kyle Gospodnetich
cc662ab2c9 feat(gnome): Add just command for installing Adwaita-for-Steam, update theme with ublue-update automatically when present 2023-09-19 13:10:24 -07:00
Kyle Gospodnetich
3505c66b41 chore: Remove AdwSteamGtk, this is now better installed with CSS Loader decky plugin 2023-09-18 14:10:20 -07:00
Kyle Gospodnetich
18e30068dc chore(steamos-update): Move update scripts to user folder to match pending changes in ublue-update 2023-09-17 06:52:21 -06:00
Kyle Gospodnetich
0c4bee5514 feat: Add obs-studio-portable installer to just
fix: Correct missing icon in Lutris on bazzite-arch - Fixes #262
chore(gnome): Remove connections flatpak from default install list
2023-09-16 16:16:35 -07:00
Kyle Gospodnetich
b5c7c5abf8 chore: /etc/ cleanup part 2, move remaining /etc/ files to /usr/etc/ 2023-09-13 09:23:29 -07:00
RJ Trujillo
847c9d7545 fix(flatpak-system-install): Ship flatpak lists in /usr
We don't want these to be removed in case changes are ever made to them
2023-09-11 08:05:08 -06:00