From 278e61b29ee93c74f0ae08278d85b702fa6ca940 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Feb 2021 14:45:33 +0200 Subject: [PATCH] conf: add environment2 --- conf/environment2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/environment2 diff --git a/conf/environment2 b/conf/environment2 new file mode 100644 index 00000000..546d6a73 --- /dev/null +++ b/conf/environment2 @@ -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