finished application laucnher and bluetooth widget

This commit is contained in:
Rene Kievits
2022-11-27 10:58:27 +01:00
parent c6341f84e7
commit 10f56a7273
77 changed files with 2379 additions and 4938 deletions

View File

@@ -31,8 +31,6 @@ function context_menu.new(args)
local ret = gobject {}
gtable.crush(ret, context_menu, true)
capi.awesome.connect_signal("context_menu:show", function()
ret:toggle()
mousegrabber.run(function()
@@ -44,7 +42,7 @@ function context_menu.new(args)
end, nil)
end)
return w
return ret
end
function context_menu.mt:__call(...)