aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins2008-05-121-1/+10
* X.A.WindowNavigation: fix currentPositionDevin Mullins2008-05-111-23/+28
* X.A.WindowNavigation: add TODOsDevin Mullins2008-05-111-2/+8
* X.A.WindowNavigation state is now workspace-specificDevin Mullins2008-05-111-9/+14
* X.A.WindowNavigation: minor doco changesDevin Mullins2008-05-061-2/+2
* add draft XMonad.Actions.WindowNavigationDevin Mullins2008-05-041-0/+135
* new contrib module to launch apps with command line parameterszhen.sydow2008-05-131-0/+70
* pull suppressWhen logic into main WithUrgencyHook handlerDevin Mullins2008-05-131-17/+18
* add suppressWhen option to dzenUrgencyHookDevin Mullins2008-05-131-11/+22
* WindowNavigation: extract navigable functionDevin Mullins2008-04-221-5/+8
* UrgencyHook: doc typoDevin Mullins2008-05-121-2/+2
* UrgencyHook: extract whenNotVisibleDevin Mullins2008-05-121-5/+10
* SpawnUrgencyHook, FWIWDevin Mullins2008-05-121-0/+9
* make UrgencyHook an EventHookDevin Mullins2008-05-121-39/+33
* 'xmobar' function added to DynamicLog for running xmobar with some defaultsIvan N. Veselov2008-05-083-7/+36
* HintedTile: Fix mistake in documentation.lithis2008-05-081-4/+4
* Use gnome-session-save for the mod-shift-q bindingSpencer Janssen2008-05-071-1/+2
* Use the named constant 'none' rather than 0Spencer Janssen2008-05-071-1/+1
* HintedTile: Improve documentation.lithis2008-05-081-4/+17
* Whitespace onlySpencer Janssen2008-05-071-1/+0
* Add a binding for Gnome's "Run Application" dialogSpencer Janssen2008-05-071-2/+24
* Add some keybindings to the Kde configSpencer Janssen2008-05-071-1/+10
* IndentationSpencer Janssen2008-05-071-5/+4
* Add ToggleStruts to the desktop configSpencer Janssen2008-05-071-0/+6
* Refactor my configSpencer Janssen2008-05-071-2/+4
* Add XMonad.Config.KdeSpencer Janssen2008-05-071-0/+32
* Don't move the pointer if the user is moving the mouseKlaus Weidner2008-04-171-2/+4
* Missing pragmasDon Stewart2008-05-061-4/+4
* Add full documentationDon Stewart2008-05-052-1/+17
* minor cleanup on getNameDevin Mullins2008-05-041-5/+3
* bug doco for UrgencyHookDevin Mullins2008-04-261-0/+4
* NamedWindows: when converting the text property, handle the empty list.Spencer Janssen2008-05-021-1/+6
* Fix issue #179 by handling events correctlyAndrea Rossato2008-05-011-2/+2
* My monitor is larger now :)Spencer Janssen2008-04-301-1/+1
* manageHooks for my configSpencer Janssen2008-04-301-1/+4
* Remove redundant type signatureSpencer Janssen2008-04-301-1/+1
* Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen2008-04-302-0/+65
* new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like Simp...joamaki2008-04-251-0/+64
* stricitfy some gap fieldsDon Stewart2008-04-271-3/+3
* XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREENLukas Mai2008-04-261-2/+21
* XMonad.Hooks.Script: haddock fixesLukas Mai2008-04-261-3/+3
* Error fix for Tabbed when tabbar always shownIvan.Miljenovic2008-04-241-1/+2
* remove my config file -- the wiki is where its at.Don Stewart2008-04-191-28/+0
* tweaks to docs for SimpleDecorationDon Stewart2008-04-181-1/+3
* Allow tabbar to always be shown.Ivan.Miljenovic2008-04-151-25/+76
* polishDon Stewart2008-04-181-2/+3
* Script-based hooksTrevor Elliott2008-04-161-0/+54
* Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen2008-04-161-1/+1
* Fix to IM modifier.Roman Cheplyaka2008-04-151-2/+3
* IM layout converted to LayoutModifier, which can be applied to any layoutIvan N. Veselov2008-04-131-15/+53