Turn off the walker service until the memory leak is fixed

See https://github.com/basecamp/omarchy/issues/698
This commit is contained in:
David Heinemeier Hansson 2025-08-13 13:48:45 +02:00
parent b0e99fc865
commit 5e1a4da33d
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
pkill walker pkill walker
setsid uwsm app -- walker --gapplication-service & # FIXME: Reenable the walker service once the memory leak has been fixed
# See https://github.com/basecamp/omarchy/issues/698
# setsid uwsm app -- walker --gapplication-service &

View File

@ -4,6 +4,9 @@ exec-once = uwsm app -- waybar
exec-once = uwsm app -- fcitx5 exec-once = uwsm app -- fcitx5
exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill
exec-once = uwsm app -- swayosd-server exec-once = uwsm app -- swayosd-server
exec-once = uwsm app -- walker --gapplication-service
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+' exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'
# FIXME: Reenable the walker service once the memory leak has been fixed
# See https://github.com/basecamp/omarchy/issues/698
exec-once = uwsm app -- walker --gapplication-service