summaryrefslogtreecommitdiff
path: root/workspace.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-10-26 21:05:31 +0200
committerAnton Khirnov <anton@khirnov.net>2021-10-26 21:05:31 +0200
commit43470e3b516b49e7bdb7559e9ed0af0809d16212 (patch)
tree831733644250aeb53110e00b38934c2a37fc8636 /workspace.lua
parent3d1e5438ada61e406de6dccc0b44e7491bf6561d (diff)
bindings: add a binding for toggling auto-mute
Diffstat (limited to 'workspace.lua')
-rw-r--r--workspace.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace.lua b/workspace.lua
index db9973a..732caef 100644
--- a/workspace.lua
+++ b/workspace.lua
@@ -195,6 +195,7 @@ function Workspace:new(layouts)
o.desktops = {}
o.screen_state = {}
o.layouts = layouts
+ o.notify_tbl = {}
o.signals = object()