summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-11-19 20:29:25 -0500
committerGitHub <noreply@github.com>2021-11-19 20:29:25 -0500
commit8e39d6a535beee0d9642724c1028e047ff506e8a (patch)
treefda5b87b44fcae9ea7b9ea9e66d016c27beec1f1
parent2df874c543fd26a20eeb7509904145f26a1beec1 (diff)
parentbcaaf2e40e154ea0dbaad93df2e16adedeff4208 (diff)
Merge pull request #309 from utix/fixwarnings
weather-widget: hide on click
-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 = {}
}