6 lines
180 B
Bash
6 lines
180 B
Bash
if [[ -d ~/.config/MangoHud ]]; then
|
|
export MANGOHUD_CONFIGFILE=~/.config/MangoHud/MangoHud.conf
|
|
|
|
# Swap xbox for playstation
|
|
export SDL_GAMECONTROLLER_USE_BUTTON_LABELS=0
|
|
fi |