Compare commits

...

3 Commits

3 changed files with 8 additions and 6 deletions

View File

@ -18,4 +18,6 @@ else
exit 1 exit 1
fi fi
systemctl --user enable --now darkman.service systemctl --user disable --now darkman.service
systemctl --user mask darkman.service
echo "Creating an autostart seems to work better than the systemd service."

View File

@ -5,10 +5,10 @@
set -x set -x
# Using fcitx # Using maliit
export XMODIFIERS=@im=fcitx export XMODIFIERS=@im=maliit
export GTK_IM_MODULE="fcitx" export GTK_IM_MODULE="maliit"
export QT_IM_MODULE="fcitx" export QT_IM_MODULE="maliit"
export QT_QPA_PLATFORMTHEME="kde" export QT_QPA_PLATFORMTHEME="kde"
# https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland # https://librewolf.net/docs/faq/#cant-open-links-with-librewolf-when-using-wayland

@ -1 +1 @@
Subproject commit e4d723c7707f57adb69b8d3669327007a34c8caa Subproject commit f427d07d1dad87ddc7d29fe53f7878fd0122afa0