Skip to content

Commit

Permalink
chore(deck): Switch back to prerelease decky loader while we wait for…
Browse files Browse the repository at this point in the history
… patch to hit stable

chore: Change default editor to vim for rpm-ostree kargs --editor (Easier to use on devices without a hardware keyboard)
  • Loading branch information
KyleGospo committed Aug 28, 2023
1 parent 93c8e71 commit 0591971
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions system_files/desktop/kinoite/etc/environment
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions system_files/desktop/silverblue/etc/environment
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0591971

Please sign in to comment.