This commit is contained in:
2026-03-04 21:22:35 +00:00
parent cfda09b38c
commit b20d1f42b0
6 changed files with 85 additions and 1 deletions

7
.local/bin/station-restart-app Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Restart an application by killing it and relaunching via uwsm.
# Usage: station-restart-app <application-name> [application-args...]
pkill -x $1
setsid uwsm-app -- "$@" >/dev/null 2>&1 &

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Restart the XCompose input method service (fcitx5) to apply new compose key settings.
station-restart-app fcitx5 --disable notificationitem