diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:19 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:19 -0500 |
commit | a24b5e167e380c6a9374232d3bdc26e246781581 (patch) | |
tree | 9ffb7d057cdffbdfe51f3b20f6d5b6bd79694ac7 | |
parent | cf7cb73b913b88764e7f8be713a5319c1a20935f (diff) |
Revert "[weather] hide popup on right click"
This reverts commit cf7cb73b
-rw-r--r-- | weather-widget/weather.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua index 46b536f..e58efb1 100644 --- a/weather-widget/weather.lua +++ b/weather-widget/weather.lua @@ -34,7 +34,6 @@ 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, |