Hotfix for applications-tab
This commit is contained in:
parent
a5d56e2464
commit
ff900f780a
|
@ -228,8 +228,9 @@ return function(args)
|
||||||
awful.prompt.run {
|
awful.prompt.run {
|
||||||
textbox = searchtext,
|
textbox = searchtext,
|
||||||
exe_callback = function(command)
|
exe_callback = function(command)
|
||||||
local results = xdg_search(command, args.rows*args.columns, sorting_method)
|
local results = xdg_search(command, math.huge, sorting_method)
|
||||||
pager.list = {}
|
pager.list = {}
|
||||||
|
pager.index = 0
|
||||||
for _,v in pairs(results) do
|
for _,v in pairs(results) do
|
||||||
table.insert(pager.list,icon_cache:get(
|
table.insert(pager.list,icon_cache:get(
|
||||||
v[2].icon or beautiful.icon_default,
|
v[2].icon or beautiful.icon_default,
|
||||||
|
|
Loading…
Reference in New Issue