mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
parent
b644e10586
commit
edff1bbbba
@ -17,6 +17,8 @@
|
|||||||
#
|
#
|
||||||
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
||||||
# https://askubuntu.com/a/600946
|
# https://askubuntu.com/a/600946
|
||||||
|
# + ~/.xprofile specifies GTK_THEME which hopefully gets detected/understood
|
||||||
|
# by browsers etc.
|
||||||
#
|
#
|
||||||
# YES! This file is a monster and there really are that many weird
|
# YES! This file is a monster and there really are that many weird
|
||||||
# packages and three electrons autostarting, SEND HELP!
|
# packages and three electrons autostarting, SEND HELP!
|
||||||
|
@ -2,3 +2,4 @@ export XMODIFIERS=@im=fcitx
|
|||||||
export GTK_IM_MODULE="fcitx"
|
export GTK_IM_MODULE="fcitx"
|
||||||
export QT_IM_MODULE="fcitx"
|
export QT_IM_MODULE="fcitx"
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
GTK_THEME=Adwaita-dark
|
||||||
|
Loading…
Reference in New Issue
Block a user