mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
start{sway,plasma}: attempt to integrate with kde
This commit is contained in:
parent
1e6bf757b1
commit
f827a20542
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user