mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-28 15:57:21 +01:00
21 lines
562 B
Plaintext
21 lines
562 B
Plaintext
# ~/.environment2, read by my ~/.profile
|
|
|
|
# All this is in /etc/profile.d/ or handled by something else such as darkman
|
|
|
|
# Using fcitx
|
|
#export XMODIFIERS=@im=fcitx
|
|
#export GTK_IM_MODULE="fcitx"
|
|
#export QT_IM_MODULE="fcitx"
|
|
|
|
# qt5ct allows theme choosing
|
|
#export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
|
|
# Ensuring Wayland gets used as per Arch Wiki
|
|
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries
|
|
#export QT_QPA_PLATFORM=wayland
|
|
#export CLUTTER_BACKEND=wayland
|
|
#export SDL_VIDEODRIVER=wayland
|
|
|
|
# Breeze Dark everywhere
|
|
#export GTK_THEME=Breeze-Dark
|