mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Revert "[volume] hide popup on right click"
This reverts commit 8d6d469f
This commit is contained in:
parent
a24b5e167e
commit
b90c7f5cf8
1 changed files with 1 additions and 2 deletions
|
@ -35,9 +35,8 @@ local volume = {}
|
||||||
local rows = { layout = wibox.layout.fixed.vertical }
|
local rows = { layout = wibox.layout.fixed.vertical }
|
||||||
|
|
||||||
local popup = awful.popup{
|
local popup = awful.popup{
|
||||||
ontop = true,
|
|
||||||
hide_on_right_click = true,
|
|
||||||
bg = beautiful.bg_normal,
|
bg = beautiful.bg_normal,
|
||||||
|
ontop = true,
|
||||||
visible = false,
|
visible = false,
|
||||||
shape = gears.shape.rounded_rect,
|
shape = gears.shape.rounded_rect,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
|
Loading…
Reference in a new issue