xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

Add usage examples for `X.H.IndependentScreens.onCurrentScreen` #767

Open geekosaur opened 1 year ago

geekosaur commented 1 year ago

Problem Description

onCurrentScreen is usable but you have to know all the internal types to know how to use it. It needs examples, or at bare minimum an indication that it wraps a StackSet operation that takes a PhysicalWorkspace and makes it take a VirtualWorkspace instead (for example, onCurrentScreen W.shift "2").

Checklist