[ram] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:42:43 -05:00
parent 98a100c6af
commit 9dd1370779
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ local function worker(user_args)
--- Widget which is shown when user clicks on the ram widget --- Widget which is shown when user clicks on the ram widget
local popup = awful.popup{ local popup = awful.popup{
ontop = true, ontop = true,
hide_on_right_click = true,
visible = false, visible = false,
widget = { widget = {
widget = wibox.widget.piechart, widget = wibox.widget.piechart,