77 Commits

Author SHA1 Message Date
Kyle Gospodnetich
e43ff9ee98 fix(asus): Ensure ROG GUI is installed. 2024-01-23 20:46:00 -08:00
Kyle Gospodnetich
dc95ca98b6 feat: Add System Update application utilizing Topgrade 2024-01-21 19:53:15 -08:00
Kyle Gospodnetich
779951d7b1 feat(gnome): Show link to Pods in Bazzite Menu 2024-01-14 21:53:29 -08:00
Kyle Gospodnetich
228d8579b3 chore(gnome): Move tuned-gui into utilities folder 2024-01-13 00:38:21 -08:00
Kyle Gospodnetich
bbc6215158 Merge branch 'testing' into main-next 2024-01-10 10:22:17 -08:00
Kyle Gospodnetich
5882566c6b chore(gnome): Move Pods to Containers folder 2024-01-09 21:58:20 -08:00
Kyle Gospodnetich
e66c473a80 fix(kde): Load dconf for Prompt on KDE with bazzite-user-setup 2024-01-09 20:48:25 -08:00
Kyle Gospodnetich
18845dc9ad chore(gnome): Add Pods to Utilities folder 2024-01-09 19:45:25 -08:00
Kyle Gospodnetich
b2d3906f4b feat(kde): Add dconf for Prompt 2024-01-08 01:24:35 -08:00
Kyle Gospodnetich
7d8d841b48 feat(gnome): Give users the full wobble if they enable the compiz extension 2024-01-05 11:28:50 -08:00
Kyle Gospodnetich
4f27c04d4b feat(gnome): Add hot edge as a default extension, greatly improves desktop UX by making the dash behave more like a hidden dock. Apply pressure to the bottom of your screen to make it appear. 2024-01-04 22:27:52 -08:00
Kyle Gospodnetich
17d7528823
chore: Remove blur my shell hack level override 2023-12-30 15:54:55 -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
1df1ec74e4 fix: Use Waydroid folder name to match KDE, move Bazzite Portal into utilities 2023-12-28 15:28:44 -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
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
51430bd093 chore(gnome): Rename Distrobox folder to "Containers", rename "Waydroid Apps" to "Android Apps'. 2023-12-23 17:25:00 -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
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
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
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
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
Kyle Gospodnetich
2a0988994b chore: Update user-theme extension name 2023-12-20 21:19:01 -08:00
Kyle Gospodnetich
d04c05241c chore: Move nested desktop into Gaming Utilities 2023-12-20 21:15:13 -08:00
Kyle Gospodnetich
158d1cdea9 chore: Automatically sort Distrobox shortcuts into a Distrobox folder 2023-12-20 12:12:02 -08:00
Kyle Gospodnetich
cbb0ff433c chore: Disable session and window size restoration in prompt by default, makes it behave much closer to stock gnome-terminal 2023-12-20 11:59:35 -08:00
Kyle Gospodnetich
e4763b5d5a chore: Move WineZGUI to the Utilities folder by default 2023-12-20 00:20:15 -08:00
Kyle Gospodnetich
1c0aa89252 chore: Prevent Steam & Lutris from being placed in the Games folder automatically 2023-12-20 00:12:44 -08:00
Kyle Gospodnetich
3d95f257a6 feat(gnome): Add a folder that automatically contains all Waydroid apps 2023-12-20 00:02:22 -08:00
Kyle Gospodnetich
0883d14577 chore: Remove some applications mistakenly added to the Games folder 2023-12-19 23:55:52 -08:00
Kyle Gospodnetich
b475377be6 chore: Include appmenu by default 2023-12-19 23:41:07 -08:00
Kyle Gospodnetich
4c6128a147 chore(gnome): Apply font change and sound theme to all images 2023-12-19 16:03:12 -08:00
Kyle Gospodnetich
1a19bd6948 chore: Set the desktop background by default 2023-12-19 15:52:25 -08:00
Kyle Gospodnetich
c9e6c6514f chore: Move winetricks & WineZGUI into Wine folder, add GNOME Tweaks to Utilities folder 2023-12-19 15:40:55 -08:00
Kyle Gospodnetich
16e4b96142 chore: Syntax fixes 2023-12-19 15:36:34 -08:00
Kyle Gospodnetich
75717cade1 chore: Remove gnome apps from Utilities folder that'll be automatically categorized 2023-12-19 12:46:59 -08:00
Kyle Gospodnetich
797eb75db2 chore(gnome): Automatically place games into a "Games" folder. 2023-12-19 12:37:30 -08:00
Kyle Gospodnetich
330b141138 chore(gnome): Automatically place wine shortcuts in a Wine folder. 2023-12-19 12:33:34 -08:00