diff options
author | Aurélien LAJOIE <orel@melix.net> | 2021-10-15 15:38:13 +0200 |
---|---|---|
committer | Aurélien LAJOIE <orel@melix.net> | 2021-10-19 14:30:02 +0200 |
commit | bcaaf2e40e154ea0dbaad93df2e16adedeff4208 (patch) | |
tree | 43781349e6d2be2b97d078a5d00ce5987d132046 | |
parent | 2fae9e01a7e007f7fe8fc36c6676d79f160c3198 (diff) |
weather-widget: hide on click
-rw-r--r-- | weather-widget/weather.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua index 9daabf1..4e8e659 100644 --- a/weather-widget/weather.lua +++ b/weather-widget/weather.lua @@ -51,6 +51,7 @@ local weather_popup = awful.popup { border_color = beautiful.bg_focus, maximum_width = 400, offset = {y = 5}, + hide_on_right_click = true, widget = {} } |