weather-widget: hide on click

This commit is contained in:
Aurélien LAJOIE 2021-10-15 15:38:13 +02:00
parent 2fae9e01a7
commit bcaaf2e40e
No known key found for this signature in database
GPG Key ID: B843917229D6F3CE
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {}
} }