This commit is contained in:
Ksaper 2023-02-05 14:57:39 +02:00
parent 281fc8953a
commit 4cb5972fb4
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ local function new(args)
end
awful.spawn.easy_async_with_shell(KILL_OLD_INOTIFY_SCRIPT, function()
awful.spawn.with_line_callback(INOTIFY_SCRIPT, {stdout = function(_)
awful.spawn.with_line_callback(INOTIFY_SCRIPT, {stdout = function()
generate_apps(ret)
end})
end)