Compare commits

...

3 Commits

2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,8 @@ export QT_IM_MODULE="fcitx"
# qt5ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt5ct"
# https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland
export GDK_BACKEND=wayland
# Ensuring Wayland gets used as per Arch Wiki
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries

View File

@ -25,7 +25,10 @@ export QT_IM_MODULE="fcitx"
# qt5ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt5ct"
# Dark theme for GTK apps
# https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland
export GDK_BACKEND=wayland
# Dark theme for GTK apps. Fedora: "adwaita-qt*"
# https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland
export GTK_THEME=Adwaita:dark
# Ensuring Wayland gets used as per Arch Wiki