summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-12-26 14:54:19 -0500
committerstreetturtle <streetturtle@gmail.com>2020-12-26 14:54:19 -0500
commita24b5e167e380c6a9374232d3bdc26e246781581 (patch)
tree9ffb7d057cdffbdfe51f3b20f6d5b6bd79694ac7 /weather-widget
parentcf7cb73b913b88764e7f8be713a5319c1a20935f (diff)
Revert "[weather] hide popup on right click"
This reverts commit cf7cb73b
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua1
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,