deckless/config/deckless.env.example
2026-03-28 17:59:09 +08:00

21 lines
638 B
Text

# Optional Deckless runtime overrides.
# Use the official Steam binary from a custom location.
# DECKLESS_STEAM_BIN='/usr/bin/steam'
# Force a locale for Steam and Steam webhelper.
# DECKLESS_LANG='zh_CN.UTF-8'
# DECKLESS_FC_LANG='zh-cn'
# Set an input method profile if you need one.
# Supported values: fcitx, fcitx5, ibus
# DECKLESS_INPUT_METHOD='fcitx'
# Toggle optional launch helpers for Big Picture.
# DECKLESS_USE_GAMEMODE=1
# DECKLESS_USE_GAMESCOPE=1
# DECKLESS_GAMESCOPE_REFRESH=240
# DECKLESS_USE_MANGOAPP=1
# Override the proxy settings file location if needed.
# DECKLESS_PROXY_ENV="$HOME/.config/deckless/proxy-env.sh"