Created
December 4, 2022 16:20
-
-
Save hegde-atri/06d2493ce861e1e279f422d8dd4182bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # custom theming | |
| export QT_QPA_PLATFORMTHEME=qt6ct | |
| export CLUTTER_BACKEND=wayland | |
| export SDL_VIDEODRIVER=wayland | |
| export XDG_SESSION_TYPE=wayland | |
| export XDG_CURRENT_DESKTOP=sway | |
| export QT_QPA_PLATFORM=wayland | |
| # removes window outlines and stuff | |
| export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 | |
| # Firefox fix just in case | |
| export MOZ_ENABLE_WAYLAND=1 | |
| # java fix | |
| export _JAVA_AWT_WM_NONREPARENTING=1 | |
| export ECORE_EVAS_ENGINE=wayland_egl | |
| export ELM_ENGINE=wayland_egl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment