aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-15decent documentation for UrgencyHookDevin Mullins1-34/+124
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins1-0/+2
2008-05-14UrgencyHook: some documentation (more is needed)Devin Mullins1-5/+27
2008-05-14UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins1-28/+30
2008-05-13pull suppressWhen logic into main WithUrgencyHook handlerDevin Mullins1-17/+18
2008-05-13add suppressWhen option to dzenUrgencyHookDevin Mullins1-11/+22
2008-05-12UrgencyHook: doc typoDevin Mullins1-2/+2
2008-05-12UrgencyHook: extract whenNotVisibleDevin Mullins1-5/+10
2008-05-12SpawnUrgencyHook, FWIWDevin Mullins1-0/+9
2008-05-12make UrgencyHook an EventHookDevin Mullins1-39/+33
2008-05-08'xmobar' function added to DynamicLog for running xmobar with some defaultsIvan N. Veselov1-5/+34
2008-05-07Use the named constant 'none' rather than 0Spencer Janssen1-1/+1
2008-04-26bug doco for UrgencyHookDevin Mullins1-0/+4
2008-04-30My monitor is larger now :)Spencer Janssen1-1/+1
2008-04-26XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREENLukas Mai1-2/+21
2008-04-26XMonad.Hooks.Script: haddock fixesLukas Mai1-3/+3
2008-04-16Script-based hooksTrevor Elliott1-0/+54
2008-04-11Fix window order in EWMHJoachim Breitner1-1/+2
2008-04-06DynamicLog: resolve merge conflictLukas Mai1-0/+3
2008-03-29Encode the entire DynamicLog output, instead of just window title.lithis1-2/+2
2008-03-13DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 sup...Andrea Rossato1-3/+1
2008-04-05XMonad.Hooks.ManageDocks: haddock fixLukas Mai1-2/+2
2008-04-04Document _NET_ACTIVE_WINDOW behaviour more exactlyJoachim Breitner1-1/+1
2008-04-02UNDO: _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner1-2/+2
2008-04-03onstartDon Stewart1-1/+1
2008-04-03have 'dzen' use autoStruts to detect the gapsDon Stewart1-3/+25
2008-04-02_NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner1-2/+2
2008-04-02XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...Brent Yorgey1-1/+5
2008-03-31XMonad.Hooks.ManageDocks: export checkDocLukas Mai1-2/+2
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey1-23/+28
2008-03-31ManageDocks: clean up + add more documentationBrent Yorgey1-21/+23
2008-03-28Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey1-0/+2
2008-03-27ManageDocks: add avoidStrutsOn, for covering some docks and not others by def...Brent Yorgey1-2/+17
2008-03-27ManageDocks: add ability to toggle individual gaps independentlyBrent Yorgey1-17/+39
2008-03-30Haddock fixRoman Cheplyaka1-1/+1
2008-03-30Remove stale status gaps codeSpencer Janssen1-2/+1
2008-03-27ManageDocks: add warning about making sure gaps are set to zero before switch...Brent Yorgey1-1/+7
2008-03-26XMonad.Hooks.ManageHelpers: reformattingLukas Mai1-21/+23
2008-03-22fix various compilation errorsLukas Mai1-1/+1
2008-03-19add ewmhDesktopsLayout for EWMH interactionJoachim Breitner1-4/+58
2008-03-19Export HandleEvent type to be able to use it in type annotationsJoachim Breitner1-0/+1
2008-02-25EventHook: handle events after the underlying layout and moreAndrea Rossato1-14/+14
2008-02-24Add Hooks.ServerMode: an event hook to execute commands sent by an external c...Andrea Rossato1-0/+103
2008-02-24Add EventHook: a layout modifier to handle X eventsAndrea Rossato1-0/+107
2008-03-15EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKINGAlec Berryman1-0/+1
2008-02-23LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato1-2/+2
2008-03-08Fix to work with "floats always use current screen" patchrobreim1-1/+1
2008-03-03Hooks.DynamicLog: export xmobarPPDmitry Kurochkin1-1/+1
2008-03-02Haddock fix: Changed URL-MarkupDominik Bruhn1-1/+1
2008-02-25Two new floating window ManageHooks.Braden Shepherdson1-1/+17