Extract omarchy-restart-app

This commit is contained in:
David Heinemeier Hansson
2025-08-03 10:33:34 +02:00
parent 3fb1bf9759
commit 8de2566fa4
4 changed files with 7 additions and 6 deletions

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

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

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
pkill -x hypridle omarchy-restart-app hypridle
uwsm app -- hypridle >/dev/null 2>&1 &

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
killall waybar || true omarchy-restart-app waybar
setsid uwsm app -- waybar &>/dev/null &

View File

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