diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,5 +26,7 @@ if command -v delta > /dev/null; then export GIT_PAGER='delta --diff-highlight' fi +export GTAGSLABEL=native-pygments + # XBOX Controller Remap export SDL_GAMECONTROLLERCONFIG='050000005e040000130b000013050000,Xbox Series X Controller,a:b1,b:b0,x:b4,y:b3,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,platform:Linux,' |