mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-16 11:17:38 +02:00
Compare commits
3 Commits
f827a20542
...
bca436cd4d
Author | SHA1 | Date | |
---|---|---|---|
bca436cd4d | |||
8ef7483673 | |||
de014d464e |
@ -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."
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user