mirror of
https://oauth2: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@github.com/m1ngsama/deckless.git
synced 2026-05-10 19:11:12 +08:00
21 lines
638 B
Text
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"
|