mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Must detach after restart
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pkill -x $1
|
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