mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Add screenshots and a little more info
This commit is contained in:
parent
8bfbafeae9
commit
1087844a7f
@ -18,6 +18,11 @@
|
|||||||
-- This module is fully configurable and very useful if you like to have a
|
-- This module is fully configurable and very useful if you like to have a
|
||||||
-- lot of workspaces.
|
-- lot of workspaces.
|
||||||
--
|
--
|
||||||
|
-- Only the nodes up to the currently selected are displayed.
|
||||||
|
-- This will be configurable in the near future by changing 'ts_hidechildren' to @False@, this is not yet implemented.
|
||||||
|
--
|
||||||
|
-- <<https://wiki.haskell.org/wikiupload/thumb/0/0b/Treeselect-Workspace.png/800px-Treeselect-Workspace.png>>
|
||||||
|
--
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
module XMonad.Actions.TreeSelect
|
module XMonad.Actions.TreeSelect
|
||||||
(
|
(
|
||||||
@ -394,6 +399,8 @@ splitPath i = case break (== '.') i of
|
|||||||
|
|
||||||
-- | Select from a Tree of 'X' actions
|
-- | Select from a Tree of 'X' actions
|
||||||
--
|
--
|
||||||
|
-- <<https://wiki.haskell.org/wikiupload/thumb/9/9b/Treeselect-Action.png/800px-Treeselect-Action.png>>
|
||||||
|
--
|
||||||
-- Each of these actions have to be specified inside a 'TSNode'
|
-- Each of these actions have to be specified inside a 'TSNode'
|
||||||
--
|
--
|
||||||
-- Example
|
-- Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user