start{sway,plasma}: attempt to integrate with kde

This commit is contained in:
Aminda Suomalainen 2024-07-16 13:28:04 +03:00
parent 1e6bf757b1
commit f827a20542
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 4 deletions

View File

@ -10,8 +10,7 @@ export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
# qt6ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt6ct"
export QT_QPA_PLATFORMTHEME="kde"
# https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland
export GDK_BACKEND=wayland

View File

@ -24,12 +24,15 @@ export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
# qt6ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt6ct"
#export QT_QPA_PLATFORMTHEME="qt6ct"
# Managing from KDE systemsettings
export QT_QPA_PLATFORMTHEME="kde"
# 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
#export GTK_THEME=Adwaita:dark
# Ensuring Wayland gets used as per Arch Wiki
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries