aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/ServerMode.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ServerMode properly indentAdam Vogt2013-12-191-1/+1
* remove ServerMode tabsAdam Vogt2013-12-191-5/+5
* fix -Wall ServerModeAdam Vogt2013-12-191-4/+4
* documentation note that ServerMode is similar to wmctrlAdam Vogt2013-12-191-1/+2
* Generalized XMonad.Hooks.ServerModepolson22013-12-161-41/+108
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* Actually execute the correct command when giving user-defined commands to Ser...Jan Vornberger2009-08-261-2/+2
* Preserve backwards compatibility with H.ServerModeAdam Vogt2009-08-261-4/+10
* Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe2009-08-251-5/+8
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-14/+8
* Add Hooks.ServerMode: an event hook to execute commands sent by an external c...Andrea Rossato2008-02-241-0/+103