From 8d6d469f4562345cbdee9cf75c07bfc871f9d11b Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sat, 26 Dec 2020 14:43:13 -0500 Subject: [volume] hide popup on right click --- experiments/volume/volume.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'experiments') diff --git a/experiments/volume/volume.lua b/experiments/volume/volume.lua index 7bdda1c..3a0be6e 100644 --- a/experiments/volume/volume.lua +++ b/experiments/volume/volume.lua @@ -35,8 +35,9 @@ local volume = {} local rows = { layout = wibox.layout.fixed.vertical } local popup = awful.popup{ - bg = beautiful.bg_normal, ontop = true, + hide_on_right_click = true, + bg = beautiful.bg_normal, visible = false, shape = gears.shape.rounded_rect, border_width = 1, -- cgit v1.2.3