aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/EwmhDesktops.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Style changes in EwmhDesktopsAdam Vogt2009-12-191-11/+8
* Add support for fullscreen through the _NET_WM_STATE protocolaudunskaugen2009-12-141-1/+36
* Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt2009-11-071-6/+7
* Add ewmh function to set all EWMH settings in one stepSpencer Janssen2009-10-231-4/+9
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-111-20/+10
* Don't use tabs in EwmhDesktopsDaniel Schoepe2009-08-131-3/+3
* Do not warn about unknown ClientMessageEventsJoachim Breitner2009-08-131-1/+4
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-1/+1
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-241-1/+1
* Properly encode destop names before sending them to X server in XMonad.Hooks....Khudyakov Alexey2009-02-201-2/+2
* Fix an undefined in EwmhDesktopsDaniel Schoepe2009-02-091-1/+1
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-12/+6
* fix-fromJust-errorsrupa2008-12-241-14/+16
* Do not consider XMONAD_TIMER unknownJoachim Breitner2008-10-081-0/+3
* Kill window without focusing it firstJoachim Breitner2008-10-051-2/+1
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
* Improve documentation for XMonad.Hooks.EwmhDesktopsSpencer Janssen2008-08-131-3/+5
* Added ewmhLogHookCustom, which allows arbitrary transformation of the workspa...Braden Shepherdson2008-07-061-2/+13
* XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria2008-06-101-0/+1
* add close window functionality to EwmhDesktopsJustin Bogner2008-05-231-0/+4
* Use the named constant 'none' rather than 0Spencer Janssen2008-05-071-1/+1
* Fix window order in EWMHJoachim Breitner2008-04-111-1/+2
* Document _NET_ACTIVE_WINDOW behaviour more exactlyJoachim Breitner2008-04-041-1/+1
* UNDO: _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* add ewmhDesktopsLayout for EWMH interactionJoachim Breitner2008-03-191-4/+58
* EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKINGAlec Berryman2008-03-151-0/+1
* WorkspaceCompare: some refactoring.Brent Yorgey2008-02-011-6/+6
* -Wall police (again)Spencer Janssen2007-12-281-2/+2
* Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ...mail2007-12-271-1/+9
* display all visible windows on the current desktop in the pagermail2007-12-271-1/+8
* Although I do not need the curr variable after all, this is nicermail2007-12-271-4/+3
* Clear _NET_ACTIVE_WINDOW when nothing is focusedmail2007-12-281-1/+2
* WibbleSpencer Janssen2007-12-221-1/+1
* EwmhDesktops: add _NET_ACTIVE_WINDOW supportSpencer Janssen2007-12-221-1/+8
* EwmhDesktops: drop 'Workspace' from displayed workspace namesSpencer Janssen2007-12-221-1/+1
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-221-8/+7
* EwmhDesktops: haddock fixesAndrea Rossato2007-12-091-10/+12
* Prune more importsSpencer Janssen2007-12-081-2/+0
* Remove redundant importsSpencer Janssen2007-12-081-1/+1
* EwmhDesktops: move to correct name, update so it compilesgwern02007-11-061-0/+130