diff --git a/conf/environment2 b/conf/environment2 index 546d6a73..76f2facc 100644 --- a/conf/environment2 +++ b/conf/environment2 @@ -1,18 +1,20 @@ # ~/.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" +#export XMODIFIERS=@im=fcitx +#export GTK_IM_MODULE="fcitx" +#export QT_IM_MODULE="fcitx" # qt5ct allows theme choosing -export QT_QPA_PLATFORMTHEME="qt5ct" +#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 +#export QT_QPA_PLATFORM=wayland +#export CLUTTER_BACKEND=wayland +#export SDL_VIDEODRIVER=wayland # Breeze Dark everywhere -export GTK_THEME=Breeze-Dark +#export GTK_THEME=Breeze-Dark diff --git a/etc/profile.d/90-commented-maliit-sample.sh b/etc/profile.d/90-commented-maliit-sample.sh new file mode 100644 index 00000000..182446aa --- /dev/null +++ b/etc/profile.d/90-commented-maliit-sample.sh @@ -0,0 +1,4 @@ +# Using maliit +#export XMODIFIERS=@im="maliit" +#export GTK_IM_MODULE="maliit" +#export QT_IM_MODULE="maliit" diff --git a/etc/profile.d/99-maliit.sh b/etc/profile.d/99-maliit.sh deleted file mode 100644 index 74b9633d..00000000 --- a/etc/profile.d/99-maliit.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Using maliit -export XMODIFIERS=@im="maliit" -export GTK_IM_MODULE="maliit" -export QT_IM_MODULE="maliit" diff --git a/rc/xprofile b/rc/xprofile index 03f3162f..33d6d426 100644 --- a/rc/xprofile +++ b/rc/xprofile @@ -1,10 +1,10 @@ # fcitx as input method requires these three -export XMODIFIERS=@im=fcitx -export GTK_IM_MODULE="fcitx" -export QT_IM_MODULE="fcitx" +#export XMODIFIERS=@im=fcitx +#export GTK_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