mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat(gnome): Add Search Light extension to replace search in activities on Deck
This commit is contained in:
parent
69c03f03a5
commit
6aeeb66bb4
@ -247,6 +247,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
; else \
|
||||
rpm-ostree install \
|
||||
gnome-shell-extension-bazzite-menu \
|
||||
gnome-shell-extension-search-light \
|
||||
sddm \
|
||||
sddm-sugar-steamOS \
|
||||
; fi
|
||||
|
@ -146,6 +146,7 @@ Ported SteamOS and ChimeraOS packages, among others used by Bazzite, are built o
|
||||
|[gamescope-session](https://github.com/ChimeraOS/gamescope-session)||
|
||||
|gnome-shell-extension-bazzite-menu||
|
||||
|[gnome-shell-extension-caribou-blocker](https://extensions.gnome.org/extension/1326/block-caribou/)||
|
||||
|[gnome-shell-extension-search-light](https//extensions.gnome.org/extension/5489/search-light/)||
|
||||
|[gnome-shell-extension-compiz-windows-effect](https://github.com/hermes83/compiz-windows-effect)||
|
||||
|jupiter-fan-control||
|
||||
|jupiter-hw-support-[btrfs](https://gitlab.com/popsulfr/steamos-btrfs)||
|
||||
@ -208,4 +209,4 @@ Bazzite is built entirely in GitHub and creating your own custom version of it i
|
||||
|
||||
[Read the docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets) on keeping secrets in github. You need to [generate a new keypair](https://docs.sigstore.dev/cosign/overview/) with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.
|
||||
|
||||
We also ship a config for the popular [pull bot](https://github.com/wei/pull) if you'd like to keep your fork in sync with upstream. Simply enable this bot on your repo.
|
||||
We also ship a config for the popular [pull bot](https://github.com/apps/pull) if you'd like to keep your fork in sync with upstream. Simply enable this bot on your repo.
|
||||
|
@ -43,6 +43,9 @@ else
|
||||
echo 'Enabling Bazzite tofu menu fork'
|
||||
gnome-extensions enable tofumenu@tofu
|
||||
|
||||
echo 'Configuring search replacement with Steam Deck Keyboard support'
|
||||
gnome-extensions enable search-light@icedman.github.com
|
||||
|
||||
echo 'Disabling GNOME keyboard'
|
||||
gsettings set org.gnome.desktop.interface toolkit-accessibility false
|
||||
gnome-extensions enable cariboublocker@git.keringar.xyz
|
||||
|
Loading…
x
Reference in New Issue
Block a user