summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-12-26 14:54:22 -0500
committerstreetturtle <streetturtle@gmail.com>2020-12-26 14:54:22 -0500
commitb90c7f5cf8399459725455a53bcc1b859a2a9656 (patch)
tree9beb9761218befe60e6f192d66b378eaab9efeee /experiments
parenta24b5e167e380c6a9374232d3bdc26e246781581 (diff)
Revert "[volume] hide popup on right click"
This reverts commit 8d6d469f
Diffstat (limited to 'experiments')
-rw-r--r--experiments/volume/volume.lua3
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,