mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 19:20:16 +00:00
chore(deck): Switch back to prerelease decky loader while we wait for patch to hit stable
chore: Change default editor to vim for rpm-ostree kargs --editor (Easier to use on devices without a hardware keyboard)
This commit is contained in:
parent
93c8e71668
commit
0591971698
@ -34,7 +34,7 @@ configure-waydroid:
|
||||
get-decky:
|
||||
#!/usr/bin/env bash
|
||||
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
|
||||
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
|
||||
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_prerelease.sh | sh
|
||||
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
|
||||
get-emudeck:
|
||||
|
@ -2,5 +2,5 @@
|
||||
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
|
||||
OBS_USE_EGL=1
|
||||
|
||||
# Required for Decky Loader on systems with SELinux
|
||||
DECKY_SELINUX=1
|
||||
# VIM is more usable on deck due to control scheme
|
||||
EDITOR=/usr/bin/vim
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
|
||||
OBS_USE_EGL=1
|
||||
|
||||
# Required for Decky Loader on systems with SELinux
|
||||
DECKY_SELINUX=1
|
||||
|
||||
# Required for GNOME VRR MR
|
||||
MUTTER_DEBUG_FORCE_KMS_MODE=simple
|
||||
|
||||
# VIM is more usable on deck due to control scheme
|
||||
EDITOR=/usr/bin/vim
|
Loading…
x
Reference in New Issue
Block a user