Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper24 committed Feb 5, 2023
1 parent 281fc89 commit 4cb5972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/app_launcher/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4cb5972

Please sign in to comment.