mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
[weather] hide popup on right click
This commit is contained in:
parent
8d6d469f45
commit
cf7cb73b91
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ local tooltip = awful.tooltip {
|
|||
|
||||
local weather_popup = awful.popup {
|
||||
ontop = true,
|
||||
hide_on_right_click = true,
|
||||
visible = false,
|
||||
shape = gears.shape.rounded_rect,
|
||||
border_width = 1,
|
||||
|
|
Loading…
Reference in a new issue