Vendor the command set the menu and shell depend on

This commit is contained in:
2026-09-19 23:57:12 -04:00
parent 9501f2bb4d
commit c5434026a8
179 changed files with 12414 additions and 54 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# blob:summary=Restart the XCompose input method service (fcitx5) to apply new compose key settings.
# A fcitx5 running outside the unit owns org.fcitx.Fcitx5, so the unit's
# instance would exit on arrival and the stale process would keep serving the
# old ~/.XCompose -- a restart that reports success and changes nothing.
systemctl --user stop blob-fcitx5.service
pkill -x fcitx5 >/dev/null 2>&1 || true
systemctl --user start blob-fcitx5.service