conf: add environment2

This commit is contained in:
Aminda Suomalainen 2021-02-28 14:45:33 +02:00
parent a91f4a5642
commit 278e61b29e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 18 additions and 0 deletions

18
conf/environment2 Normal file
View File

@ -0,0 +1,18 @@
# ~/.environment2, read by my ~/.profile
# 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