mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Extract omarchy-restart-app
This commit is contained in:
4
bin/omarchy-restart-app
Executable file
4
bin/omarchy-restart-app
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill -x $1
|
||||
uwsm app -- $1 >/dev/null 2>&1 &
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill -x hypridle
|
||||
uwsm app -- hypridle >/dev/null 2>&1 &
|
||||
omarchy-restart-app hypridle
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall waybar || true
|
||||
setsid uwsm app -- waybar &>/dev/null &
|
||||
omarchy-restart-app waybar
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill fcitx5
|
||||
uwsm app -- fcitx5 >/dev/null 2>&1 &
|
||||
omarchy-restart-app fcitx5
|
||||
|
Reference in New Issue
Block a user