diff --git a/Module:-i3.md b/Module:-i3.md index 4de8758..dbbdb11 100644 --- a/Module:-i3.md +++ b/Module:-i3.md @@ -27,6 +27,14 @@ Note that this module requires the project to be built with i3 support. ; sorting that groups the workspaces by output ; Default: false index-sort = true + + ; Create click handler used to focus workspace + ; Default: true + enable-click = false + + ; Create scroll handlers used to cycle workspaces + ; Default: true + enable-scroll = false ~~~ ### Additional formatting