Compare commits

..

No commits in common. "9f0033d37e81037054cce3c7a74ed6ea1a2a7921" and "d2c1dbe286a4bff7862834315c82f1d12bdf8a91" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -12,8 +12,6 @@ export QT_IM_MODULE="fcitx"
# qt5ct allows theme choosing # qt5ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt5ct" 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 # Ensuring Wayland gets used as per Arch Wiki
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries # 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries

View File

@ -25,10 +25,7 @@ export QT_IM_MODULE="fcitx"
# qt5ct allows theme choosing # qt5ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt5ct" export QT_QPA_PLATFORMTHEME="qt5ct"
# https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland # Dark theme for GTK apps
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 export GTK_THEME=Adwaita:dark
# Ensuring Wayland gets used as per Arch Wiki # Ensuring Wayland gets used as per Arch Wiki