diff options
Diffstat (limited to 'experiments')
-rw-r--r-- | experiments/volume/volume.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/experiments/volume/volume.lua b/experiments/volume/volume.lua index 3a0be6e..7bdda1c 100644 --- a/experiments/volume/volume.lua +++ b/experiments/volume/volume.lua @@ -35,9 +35,8 @@ local volume = {} local rows = { layout = wibox.layout.fixed.vertical } local popup = awful.popup{ - ontop = true, - hide_on_right_click = true, bg = beautiful.bg_normal, + ontop = true, visible = false, shape = gears.shape.rounded_rect, border_width = 1, |