anyrun: fix launcher bind for daemon mode
Just call `anyrun` directly — the daemon handles window display. The previous `anyrun close || anyrun` toggle failed because close returns success even with no window open. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ec8e4c876
commit
a673881fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ in
|
|||
-- Apps
|
||||
hl.bind(mod .. " + T", hl.dsp.exec_cmd("ghostty"))
|
||||
hl.bind(mod .. " + E", hl.dsp.exec_cmd("nemo"))
|
||||
hl.bind(mod .. " + R", hl.dsp.exec_cmd("anyrun close || anyrun"))
|
||||
hl.bind(mod .. " + R", hl.dsp.exec_cmd("anyrun"))
|
||||
hl.bind(mod .. " + Q", hl.dsp.window.close())
|
||||
hl.bind(mod .. " + SHIFT + E", hl.dsp.exit())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue