mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 20:47:47 +00:00
The move to Walker 1.0 is going to take a little longer. We will fix this in Omarchy 3.1.
8 lines
246 B
Bash
Executable File
8 lines
246 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill walker
|
|
# FIXME: Just deal with the memory leak for now.
|
|
# See https://github.com/basecamp/omarchy/issues/698
|
|
setsid uwsm app -- walker --gapplication-service &
|
|
echo # Always end in success so we don't terminate further running
|