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 <david@hey.com>
This commit is contained in:
Rob Zolkos 2025-08-22 07:19:50 -04:00 committed by GitHub
parent 5381185121
commit 322fa8421e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -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"]

2
migrations/1754929737.sh Normal file
View File

@ -0,0 +1,2 @@
echo "Update Walker config to add 60s timeout such that it won't conflict with screensaver"
omarchy-refresh-walker