mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-11 02:02:11 -07:00
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:
committed by
GitHub
parent
3dc49721b6
commit
c7afc2904b
@@ -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
|
||||
|
Reference in New Issue
Block a user