diff options
Diffstat (limited to '.config/environment.d')
| -rw-r--r-- | .config/environment.d/GTK_VULKAN.conf | 4 | ||||
| -rw-r--r-- | .config/environment.d/firefox.conf | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/environment.d/GTK_VULKAN.conf b/.config/environment.d/GTK_VULKAN.conf index 466af2d..8ffd995 100644 --- a/.config/environment.d/GTK_VULKAN.conf +++ b/.config/environment.d/GTK_VULKAN.conf @@ -1,2 +1,2 @@ -GDK_DISABLE=vulkan -GSK_RENDERER=gl +#GDK_DISABLE=vulkan +GDK_RENDERER=vulkan diff --git a/.config/environment.d/firefox.conf b/.config/environment.d/firefox.conf index b49e081..aee7417 100644 --- a/.config/environment.d/firefox.conf +++ b/.config/environment.d/firefox.conf @@ -1,2 +1,3 @@ GDK_BACKEND=wayland MOZ_ENABLE_WAYLAND=1 +XRE_PROFILE_PATH=$HOME/.mozilla/firefox/rm30ek78.dev-edition-default |
