From 700d258f8c8bc4355d987a051df5768a5e46038b Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Mon, 5 Dec 2016 13:32:27 +0100 Subject: [PATCH] Updated Module: i3 (markdown) --- Module:-i3.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Module:-i3.md b/Module:-i3.md index 534a04a..b4217fc 100644 --- a/Module:-i3.md +++ b/Module:-i3.md @@ -2,6 +2,18 @@ This module uses the i3 ipc to display information about workspaces and active m **NOTE**: Requires the project to be built with i3 support; `-DENABLE_I3=ON` + +### Accesible workspace cycling + +You are able to define fallback click handlers for the whole bar window. Using those you could cycle your desktops by scrolling anywhere on the bar (except existing areas setup for the same button). You should probably disable scrolling for the module (`enable-scroll = false`) if you are using this method. + +~~~ dosini +[bar/mybar] +scroll-up = i3-msg workspace prev_on_output +scroll-down = i3-msg workspace next_on_output +~~~ + + ### Basic settings ~~~ ini [module/i3]