summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather-widget/weather.lua1
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 = {}
}