fish: switch environment variables

This commit is contained in:
lelgenio 2022-02-02 00:00:32 -03:00
parent 14ad330631
commit b60af24d89
2 changed files with 8 additions and 9 deletions

View File

@ -6,7 +6,6 @@
# |_| |_|___/_| |_|
set -x QT_QPA_PLATFORMTHEME gtk2
# set -x QT_QPA_PLATFOR wayland
set -x DESKTOP_APP_I_KNOW_ABOUT_GTK_INCOMPATIBILITY 1
set -x SDL_GAMECONTROLLERCONFIG '050000004c0500006802000000800000,Sony PLAYSTATION(R)3 Controller,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:a3,righty:a4,lefttrigger:a2,righttrigger:a5,platform:Linux,'

View File

@ -11,14 +11,14 @@
function esway
# You get a wayland, and you get a wayland. Everybody get's a wayland!
# set -x MOZ_ENABLE_WAYLAND 1
# set -x CLUTTER_BACKEND wayland
# set -x QT_QPA_PLATFORM wayland-egl
# set -x ECORE_EVAS_ENGINE wayland-egl
# set -x ELM_ENGINE wayland_egl
# set -x SDL_VIDEODRIVER wayland
# set -x _JAVA_AWT_WM_NONREPARENTING 1
# set -x NO_AT_BRIDGE 1
set -x MOZ_ENABLE_WAYLAND 1
set -x CLUTTER_BACKEND wayland
set -x QT_QPA_PLATFORM wayland-egl
set -x ECORE_EVAS_ENGINE wayland-egl
set -x ELM_ENGINE wayland_egl
set -x SDL_VIDEODRIVER wayland
set -x _JAVA_AWT_WM_NONREPARENTING 1
set -x NO_AT_BRIDGE 1
# Hardware acceleration
set -x MOZ_DISABLE_RDD_SANDBOX 1