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