diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:43:21 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:44:36 -0500 |
commit | cf7cb73b913b88764e7f8be713a5319c1a20935f (patch) | |
tree | 92393e9b54d044b65550622c61f152f06dbb2161 | |
parent | 8d6d469f4562345cbdee9cf75c07bfc871f9d11b (diff) |
[weather] hide popup on right 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 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, |