weather-widget: hide on click
This commit is contained in:
parent
2fae9e01a7
commit
bcaaf2e40e
|
@ -51,6 +51,7 @@ local weather_popup = awful.popup {
|
||||||
border_color = beautiful.bg_focus,
|
border_color = beautiful.bg_focus,
|
||||||
maximum_width = 400,
|
maximum_width = 400,
|
||||||
offset = {y = 5},
|
offset = {y = 5},
|
||||||
|
hide_on_right_click = true,
|
||||||
widget = {}
|
widget = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue