mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-31 06:32:57 +00:00
0591971698
chore: Change default editor to vim for rpm-ostree kargs --editor (Easier to use on devices without a hardware keyboard)
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
# Required for use of OBS-VkCapture in X11 environments
|
|
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
|
|
OBS_USE_EGL=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 |