add new context_menu and rework dock, programs can now be added to the dock my right clicking any program in the application launcher an choosing Add to Dock
This commit is contained in:
@@ -62,6 +62,9 @@ return function(s)
|
||||
function()
|
||||
if mouse.screen == s then
|
||||
application_container.visible = not application_container.visible
|
||||
if application_container.visible == false then
|
||||
awesome.emit_signal("searchbar::stop")
|
||||
end
|
||||
end
|
||||
if application_container.visible then
|
||||
awesome.emit_signal("searchbar::start")
|
||||
|
||||
Reference in New Issue
Block a user