Kyle Gospodnetich
74a127d593
feat(aokzoe): Support custom refresh rates on AOKZOE A1 hardware
2024-01-03 21:14:18 -08:00
Kyle Gospodnetich
076aca71f0
chore: Minor adjustment to ublue-update settings. Don't dbus notify on deck builds, reduce battery requirement on desktop builds until battery check issues are resolved.
2024-01-02 16:01:57 -08:00
Kyle Gospodnetich
327c6903df
chore: Clean up hardware setup script
2024-01-02 13:48:22 -08:00
RJ Trujillo
66fcafad12
Merge pull request #643 from eltociear/patch-1
...
chore: update 60-custom.just
2024-01-02 13:19:32 -08:00
Kyle Gospodnetich
ed975d1601
feat: Add workaround for Sunshine to set correct caps for KMS
2024-01-02 12:35:12 -08:00
Kyle Gospodnetich
57b8a2bdcf
chore(firefox-config): Fix sharp corners
2024-01-02 11:08:02 -08:00
Kyle Gospodnetich
d97b450d62
chore(firefox-config): Store in /usr and copy to /var in bazzite-flatpak-manager, cleanup
2024-01-02 00:13:56 -08:00
Kyle Gospodnetich
b7fea930a7
chore: Cleanup firefox prefs
2024-01-01 19:59:45 -08:00
Kyle Gospodnetich
5ff1fefeee
feat: Add default config for Firefox to handle vaapi
2024-01-01 18:03:09 -08:00
Kyle Gospodnetich
d287e28398
chore: Additionally check that one of the GPUs is Nvidia for hybrid systems
2024-01-01 15:22:39 -08:00
Kyle Gospodnetich
d9ef9ec33a
fix(nvidia): Do not apply flatpak overrides to hybrid systems
...
chore(nvidia) Apply overrides prior to flatpak installs to ensure Firefox is ready to use the moment it's installed.
2024-01-01 14:39:10 -08:00
Kyle Gospodnetich
cc5d25766d
feat(nvidia): Automatically set needed params for hw accelerated video in Flaptak Firefox on Nvidia hardware
2024-01-01 13:44:07 -08:00
Kyle Gospodnetich
876a398459
chore: Update system76-scheduler configs
2024-01-01 01:03:04 -08:00
Kyle Gospodnetich
b8aff9728a
chore: Restore selinux labels recursively for waydroid folder
2023-12-31 23:18:02 -08:00
Kyle Gospodnetich
160666462a
fix: Correct labels on waydroid for selinux ( #639 )
2023-12-31 21:50:45 -08:00
Kyle Gospodnetich
ca9d13efd4
fix: Correct caps on gamescope with workaround service
...
Based on work by m2Giles
2023-12-31 17:15:17 -08:00
Kyle Gospodnetich
17d7528823
chore: Remove blur my shell hack level override
2023-12-30 15:54:55 -08:00
Kyle Gospodnetich
4223cf02b2
chore: Use 1 rather than true
2023-12-30 15:46:25 -08:00
Kyle Gospodnetich
a345f31d5f
feat: Enable MTU Probing matching upstream
2023-12-30 12:32:51 -08:00
Kyle Gospodnetich
a55b48e5ed
feat: Add Webapp Manager
2023-12-29 23:15:30 -08:00
Kyle Gospodnetich
1b03877863
chore(gnome): Use Fira Code as the monospace font
2023-12-28 23:30:08 -08:00
Kyle Gospodnetich
8afc6a6655
chore: Remove Waydroid from Gaming Utilities
2023-12-28 16:49:31 -08:00
Kyle Gospodnetich
ead1704483
chore: Remove unneeded new line
2023-12-28 16:42:00 -08:00
Kyle Gospodnetich
304abe092c
fix(kde): Only add Return.desktop on Deck builds, remove Bazzite Portal from desktop
2023-12-28 16:28:29 -08:00
Kyle Gospodnetich
1df1ec74e4
fix: Use Waydroid folder name to match KDE, move Bazzite Portal into utilities
2023-12-28 15:28:44 -08:00
Kyle Gospodnetich
0d519da28b
fix: Move Bazzite-Portal into Utilities folder and out of Lost & Found
2023-12-28 15:27:14 -08:00
Kyle Gospodnetich
27994170b0
chore: Reduce wine audio buffer to 128/48000
2023-12-27 15:22:40 -08:00
RJ Trujillo
09a310268d
fix: Move from Greenlight AppImage to Flatpak
2023-12-27 07:36:55 -07:00
RJ Trujillo
7af44aaca7
fix: Move from BoilR AppImage to Flatpak
2023-12-27 07:34:00 -07:00
Kyle Gospodnetich
2d79a4553c
Revert "feat(gnome): Fix caps-lock input delay ( #630 )"
...
This reverts commit cdc6ce59454927da9dda021afd04699de4751df6.
2023-12-26 12:19:51 -08:00
fiftydinar
cdc6ce5945
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:20:05 -08:00
fiftydinar
b94e3c0b47
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 23:20:05 -08:00
Kyle Gospodnetich
cbda99605b
chore: Use ublue Waydroid script fork
2023-12-25 23:20:05 -08:00
Kyle Gospodnetich
4ff35c0aa8
chore: Move fleek to optional via ujust
2023-12-24 17:51:31 -08:00
Kyle Gospodnetich
51430bd093
chore(gnome): Rename Distrobox folder to "Containers", rename "Waydroid Apps" to "Android Apps'.
2023-12-23 17:25:00 -08:00
Kyle Gospodnetich
4aa7fabcd5
fix(gnome): Fix issue with xdg-terminal-exec when used with long commands
...
chore: Additional bash script cleanup
2023-12-23 09:56:09 -08:00
Kyle Gospodnetich
abf77e0c41
chore: Restore wine.conf for pipewire
2023-12-23 00:20:47 -08:00
Kyle Gospodnetich
cbdb1b3b5f
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:03:35 -08:00
Kyle Gospodnetich
37990b7273
feat(gnome): Enable blur my shell by default
2023-12-22 13:25:30 -08:00
Kyle Gospodnetich
48586fe21b
feat(gnome): Add default settings for blur my shell
2023-12-22 13:15:39 -08:00
Kyle Gospodnetich
f2ab19e804
chore(gnome): Make alt+tab more useful, customize some other sizes
2023-12-22 10:51:04 -08:00
Kyle Gospodnetich
06734f9be6
feat(gnome): Enable workspace wrap around, fix annoying attention notification, remove delay from alt+tab
...
feat(gnome): Place OSD in top left on deck images, matching SteamOS Gamemode
2023-12-22 10:42:07 -08:00
Kyle Gospodnetich
d8cc1ebe46
fix: Always launch prompt in a new window when xdg-terminal-exec is called with no input
2023-12-22 10:03:01 -08:00
Kyle Gospodnetich
486fd46684
fix(gnome): Fix prompt keyboard shortcut, add default config for Logo menu to dconf, clean up config change from Containerfile.
2023-12-21 20:51:49 -08:00
Kyle Gospodnetich
77b5677334
chore(gnome): Add tuned-gui to the Utilities folder
2023-12-21 13:08:25 -08:00
Kyle Gospodnetich
70355926e8
fix(legion): Disable ds-inhibit by default
2023-12-21 12:02:58 -08:00
Kyle Gospodnetich
a7af503577
feat: Add hhd for Lenovo Legion
2023-12-21 00:41:00 -08:00
Kyle Gospodnetich
f47dc5f14d
feat(gnome): Enable just perfection shell theme by default on Desktop images
2023-12-20 23:39:26 -08:00
Kyle Gospodnetich
819ee2c445
feat(gnome): Configure Just Perfection extension by default, hide Search box on Deck builds due to Steam Keyboard not functioning with it
2023-12-20 23:15:59 -08:00
Kyle Gospodnetich
65621e6c1b
chore: Add boxbuddy to Distrobox folder
2023-12-20 22:43:30 -08:00