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:
co-authored by
David Heinemeier Hansson
parent
5381185121
commit
322fa8421e
@@ -4,6 +4,7 @@ theme_base = []
|
|||||||
theme_location = ["~/.local/share/omarchy/default/walker/themes/"]
|
theme_location = ["~/.local/share/omarchy/default/walker/themes/"]
|
||||||
hotreload_theme = true
|
hotreload_theme = true
|
||||||
force_keyboard_focus = true
|
force_keyboard_focus = true
|
||||||
|
timeout = 60
|
||||||
|
|
||||||
[keys.ai]
|
[keys.ai]
|
||||||
run_last_response = ["ctrl e"]
|
run_last_response = ["ctrl e"]
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
echo "Update Walker config to add 60s timeout such that it won't conflict with screensaver"
|
||||||
|
omarchy-refresh-walker
|
||||||
Reference in New Issue
Block a user