mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-13 18:07:27 +02:00
parent
edff1bbbba
commit
dd65a1ae74
@ -1,5 +1,11 @@
|
|||||||
|
# fcitx as input method requires these three
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE="fcitx"
|
export GTK_IM_MODULE="fcitx"
|
||||||
export QT_IM_MODULE="fcitx"
|
export QT_IM_MODULE="fcitx"
|
||||||
|
|
||||||
|
# required for using qt5ct (QT5 qtconfig), theming
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
|
||||||
|
# This is hopefully read by web browsers and thus sites with dark theme
|
||||||
|
# should offer it to me
|
||||||
GTK_THEME=Adwaita-dark
|
GTK_THEME=Adwaita-dark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user