From 1d938894538dce99113021b7add57903daa79554 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 31 Jan 2020 13:04:28 +0100 Subject: [PATCH] Update env variables Signed-off-by: Severin Kaderli --- system/.config/custom/env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/.config/custom/env b/system/.config/custom/env index 9690b58..44da5d0 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -123,6 +123,8 @@ export GTK_IM_MODULE=xim export XMODIFIERS=@im=ibus export QT_IM_MODULE=xim +export SDL_GAMECONTROLLERCONFIG="050000007e0500003003000001000000,Nintendo Wii Remote Pro Controller,platform:Linux,a:b0,b:b1,x:b3,y:b2,back:b8,guide:b10,start:b9,leftstick:b11,rightstick:b12,leftshoulder:b4,rightshoulder:b5,dpup:b13,dpdown:b14,dpleft:b15,dpright:b16,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7," + # Adding folders to the PATH variable export PATH="${PATH}:${CARGO_HOME}/bin" export PATH="${PATH}:${XDG_DATA_HOME}/npm/bin"