summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-12-26 14:43:13 -0500
committerstreetturtle <streetturtle@gmail.com>2020-12-26 14:44:36 -0500
commit8d6d469f4562345cbdee9cf75c07bfc871f9d11b (patch)
tree9ffb7d057cdffbdfe51f3b20f6d5b6bd79694ac7 /experiments
parenta02d9889fa9dc588c3cc06ab050773ead3efb071 (diff)
[volume] hide popup on right click
Diffstat (limited to 'experiments')
-rw-r--r--experiments/volume/volume.lua3
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,