summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename to desktop-pagerewmhtv2024-06-053-8/+8
| | | | To avoid conflict with https://hackage.haskell.org/package/pager
* getWorkspaces: admit _NET_WM_STATEtv2024-04-231-1/+8
|
* Graphics.X11.EWMH: add _NET_WM_STATE_DEMANDS_ATTENTIONtv2024-04-231-0/+3
|
* Graphics.X11.EWMH: add _NET_WM_STATEtv2024-04-231-0/+3
|
* Graphics.X11: create atoms that don't existtv2023-02-072-10/+13
|
* move moveWindowToDesktop to Graphics.X11.EWMHtv2023-02-072-16/+14
|
* move switchToDesktop to Graphics.X11.EWMHtv2023-02-073-21/+41
|
* add `desktops` utilitytv2023-02-073-1/+83
|
* move setDesktopNames to Graphics.X11.EWMHtv2023-02-072-1/+14
|
* lib: Text -> Stringtv2023-02-075-35/+19
| | | | Because everything in Graphics.X11 is String, too.
* move EWMH-related stuff to Graphics.X11.EWMHtv2023-02-075-56/+79
|
* move Graphics.* & co. to libtv2023-02-078-7/+18
|
* move atoms to Graphics.X11.Xlib.Atom.Extratv2023-02-076-63/+85
|
* getDesktopNames: take all desktops into accounttv2022-10-181-1/+1
|
* query term size before start scanningtv2022-05-171-2/+2
| | | | | | This works around an issue causing the pager to hang when there is input before the terminal size could be determined. The root cause has yet to be found.
* boomtv2022-04-0517-13/+1221
|
* Pager.Types: initHEADmastertv2021-02-282-0/+50