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
23152f7878
feat(deck): Add ujust enable-input-remapper to restore input remapper when desired
2023-12-31 23:27:00 -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
92fbf3af48
chore: Use 1 rather than true
2023-12-30 15:46:58 -08:00
Kyle Gospodnetich
4223cf02b2
chore: Use 1 rather than true
2023-12-30 15:46:25 -08:00
Kyle Gospodnetich
0b1cea12a4
chore: Remove unneeded polkit rules
2023-12-30 13:44:42 -08:00
Kyle Gospodnetich
a345f31d5f
feat: Enable MTU Probing matching upstream
2023-12-30 12:32:51 -08:00
Kyle Gospodnetich
692550eecc
feat: Enable MTU Probing matching upstream
2023-12-30 12:32:47 -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
157df548e2
chore: Remove unneeded new line
2023-12-28 16:41:55 -08:00
Kyle Gospodnetich
8612ad8ecc
fix(kde): Only add Return.desktop on Deck builds, remove Bazzite Portal from desktop
2023-12-28 16:28:34 -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
3d1e296aa6
feat: Add an alias for hyfetch to use Bazzite logo
2023-12-28 16:03:09 -08:00
Kyle Gospodnetich
a394e16062
feat: Add an alias for hyfetch to use Bazzite logo
2023-12-28 16:02:13 -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
3a1c1da3fd
fix: Move Bazzite-Portal into Utilities folder and out of Lost & Found
2023-12-28 15:27:05 -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
RJ Trujillo
b80f66bcb7
fix: Move from Greenlight AppImage to Flatpak
2023-12-27 07:31:46 -07:00
RJ Trujillo
076c3ff85b
fix: Move from BoilR AppImage to Flatpak
2023-12-27 07:26:21 -07:00
Kyle Gospodnetich
ec21ea4f55
chore: use /usr/bin instead of /usr/sbin where possible
2023-12-27 00:15:16 -08:00
Kyle Gospodnetich
aba3b0674f
chore: use /usr/bin instead of /usr/sbin where possible
2023-12-27 00:15:11 -08: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
Kyle Gospodnetich
c002f55398
Revert "feat(gnome): Fix caps-lock input delay ( #630 )"
...
This reverts commit 36ee23c00d15fe608403fd71aa85244ff9c76a50.
2023-12-26 12:19:30 -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
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
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
0477691f59
chore: Drop normally invisible SDDM theme
2023-12-23 00:03:16 -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
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