diff options
Diffstat (limited to 'experiments/volume')
| -rw-r--r-- | experiments/volume/volume.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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, | 
