diff --git a/bin/omarchy-restart-walker b/bin/omarchy-restart-walker index 2d4aa4b8..4b355d6f 100755 --- a/bin/omarchy-restart-walker +++ b/bin/omarchy-restart-walker @@ -1,4 +1,6 @@ #!/bin/bash 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 & diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index ae9b0845..49ff9dfd 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -4,6 +4,9 @@ exec-once = uwsm app -- waybar exec-once = uwsm app -- fcitx5 exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill 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 = 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