summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-12-26 14:43:21 -0500
committerstreetturtle <streetturtle@gmail.com>2020-12-26 14:44:36 -0500
commitcf7cb73b913b88764e7f8be713a5319c1a20935f (patch)
tree92393e9b54d044b65550622c61f152f06dbb2161 /weather-widget
parent8d6d469f4562345cbdee9cf75c07bfc871f9d11b (diff)
[weather] hide popup on right click
Diffstat (limited to 'weather-widget')
-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 e58efb1..46b536f 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -34,6 +34,7 @@ local tooltip = awful.tooltip {
local weather_popup = awful.popup {
ontop = true,
+ hide_on_right_click = true,
visible = false,
shape = gears.shape.rounded_rect,
border_width = 1,