Xcompose
This commit is contained in:
7
.local/bin/station-restart-app
Executable file
7
.local/bin/station-restart-app
Executable 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 &
|
||||
5
.local/bin/station-restart-xcompose
Executable file
5
.local/bin/station-restart-xcompose
Executable 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
|
||||
Reference in New Issue
Block a user