Skip to content

Instantly share code, notes, and snippets.

@hegde-atri
Created December 4, 2022 16:20
Show Gist options
  • Select an option

  • Save hegde-atri/06d2493ce861e1e279f422d8dd4182bd to your computer and use it in GitHub Desktop.

Select an option

Save hegde-atri/06d2493ce861e1e279f422d8dd4182bd to your computer and use it in GitHub Desktop.
# 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