Convert refresh-compose command into the same bin as everything else

This commit is contained in:
David Heinemeier Hansson
2025-08-03 09:38:40 +02:00
parent 2a2c5c90d1
commit 23b9b15936
2 changed files with 4 additions and 6 deletions

4
bin/omarchy-restart-xcompose Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
pkill fcitx5
uwsm app -- fcitx5 >/dev/null 2>&1 &

View File

@ -65,9 +65,3 @@ web2app-remove() {
rm "$DESKTOP_FILE" rm "$DESKTOP_FILE"
rm "$ICON_PATH" rm "$ICON_PATH"
} }
# Ensure changes to ~/.XCompose are immediately available
refresh-xcompose() {
pkill fcitx5
uwsm app -- fcitx5 >/dev/null 2>&1 &
}