From 322fa8421e4868cbc174a630fc964f967e1d1211 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Fri, 22 Aug 2025 07:19:50 -0400 Subject: [PATCH] Add 60 second inactivity timeout to Walker launcher (#701) * Add 60 second timeout to Walker launcher This will close the launcher after 60 seconds of inactivity. * Update 1754929737.sh --------- Co-authored-by: David Heinemeier Hansson --- config/walker/config.toml | 1 + migrations/1754929737.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 migrations/1754929737.sh diff --git a/config/walker/config.toml b/config/walker/config.toml index ee9050c6..cfd79aab 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -4,6 +4,7 @@ theme_base = [] theme_location = ["~/.local/share/omarchy/default/walker/themes/"] hotreload_theme = true force_keyboard_focus = true +timeout = 60 [keys.ai] run_last_response = ["ctrl e"] diff --git a/migrations/1754929737.sh b/migrations/1754929737.sh new file mode 100644 index 00000000..dedc056b --- /dev/null +++ b/migrations/1754929737.sh @@ -0,0 +1,2 @@ +echo "Update Walker config to add 60s timeout such that it won't conflict with screensaver" +omarchy-refresh-walker