Add XMonad.Util.ClickableWorkspaces module (#364)

This module enables clickable workspace tags in XMobar in a relatively unobtrusive fashion.
Inspired by https://arch-ed.dk/xmobar-clickable-workspaces
This commit is contained in:
Geoff deRosenroll
2020-07-23 16:11:48 -07:00
committed by GitHub
parent 3dc49721b6
commit c7afc2904b
3 changed files with 71 additions and 0 deletions

View File

@@ -1111,6 +1111,11 @@ external utilities.
A non complete list with a brief description:
* "XMonad.Util.ClickableWorkspaces":
Provides clickablePP, which when applied to the PP pretty-printer used by
'XMonad.Hooks.DynamicLog.dynamicLogWithPP', will make the workspace tags
clickable in XMobar (for switching focus).
* "XMonad.Util.Cursor": configure the default cursor/pointer glyph.
* "XMonad.Util.CustomKeys": configure key bindings (see