aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-26export DeConfig to avoid importing DecorationAndrea Rossato2-0/+2
darcs-hash:20080126101049-32816-21a71ad8a3264a955e16906062e6b821ecccf405.gz
2008-01-26Prompt: code formatting onlyAndrea Rossato1-29/+28
darcs-hash:20080126093234-32816-da806988deb403ad4052e88607492eadf2d7a190.gz
2008-01-26Don't export TConf anymore and export DeConfig insteadAndrea Rossato3-14/+15
WARNING: this patch may be breaking your configuration. While it is still possible to use: tabbed shrinkText defaultTConf updating the fields of the defaultTConf record is not possible anymore, since the type TConf is now hidden. WARNING: "tabSize" has been substituted by "decoHeight" You can change your configuration this way: myTConf :: TConf myTConf darcs-hash:20080126092141-32816-e85f5278e303d811f487460f68f0a15082476d2d.gz
2008-01-25Tabbed now uses DecorationAndrea Rossato1-183/+80
darcs-hash:20080125152311-32816-a9956f4fe81156bb37370082fd18c04e47496844.gz
2008-01-25Add DwmStyle, a layout modifier to add dwm-style decorations to windows in ↵Andrea Rossato1-0/+69
any layout darcs-hash:20080125152152-32816-0480e941cb549521e145d7b02c8d44807f928ccb.gz
2008-01-25Adde SimpleDecoration, a layout modifier to add simple decorations to ↵Andrea Rossato1-0/+69
windows in any layout darcs-hash:20080125152106-32816-342b1ed0a63edfc2726db6b887e2a101d8b71f9b.gz
2008-01-25Add Layout.Simplest, the simplest layoutAndrea Rossato1-0/+41
darcs-hash:20080125152015-32816-678e0595c75eb62e0124152509accefdf782ae5d.gz
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated ↵Andrea Rossato1-0/+252
layouts darcs-hash:20080125151726-32816-bc0b6fc3e33a601e2973c08efa71da35f7f0f7ef.gz
2008-01-25Add WindowArranger, a layout modifier to move and resize windows with the ↵Andrea Rossato1-0/+189
keyboard darcs-hash:20080125151633-32816-e2dbfdd6bfc1455c21ce2c8dc02a1010233d4b84.gz
2008-01-24ShowWName: moved fi to XUtilsAndrea Rossato1-4/+0
darcs-hash:20080124134725-32816-305f741221c5602147daed2798a2c0b28fe3a850.gz
2008-01-24XUtils: add functions for operating on lists of windows and export fiAndrea Rossato1-13/+28
darcs-hash:20080124134638-32816-43a3c58521c15bcef08ebe32868f026a2479384b.gz
2008-01-24LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato1-0/+10
darcs-hash:20080124015605-32816-cdcd0b9509d793e85a2a0acd8d61e1ee69455568.gz
2008-01-22LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato1-2/+7
darcs-hash:20080122111319-32816-c35527f71b561f828a4c11cf215e5f2b24d2f539.gz
2008-01-15Layout.ShowWName: generalize the instanceAndrea Rossato1-2/+2
darcs-hash:20080115045139-32816-93d380b259da4298972a60e3039b7af752626a6b.gz
2008-01-28add emptyLayout to MultiToggleLukas Mai1-0/+2
darcs-hash:20080128175313-462cf-69da1283ec40c1d853b0eff783a2d6216ed114ab.gz
2008-01-28grammar fixLukas Mai1-1/+1
darcs-hash:20080128175059-462cf-b2a4cc83feb75af4af9745144846b9515140b042.gz
2008-01-27I use urxvtc nowSpencer Janssen1-1/+1
darcs-hash:20080127211452-a5988-9b3d23752705431227180d756d91bea5d15539df.gz
2008-01-18add 'single' helper functionLukas Mai1-2/+7
darcs-hash:20080117234550-462cf-6f662a03c8ff21db0951ac2d61b59f1ff89c8ebf.gz
2008-01-18documentation fixLukas Mai1-1/+1
darcs-hash:20080117234401-462cf-65bb9a13177d58c9d8270e09f1ba2bf06a2ae410.gz
2008-01-18style assimilationLukas Mai1-1/+1
darcs-hash:20080117234059-462cf-ccbba0b797ee81ac59aa27882ee4bf04af213f15.gz
2008-01-02cleared up transience to better highlight how to use ManageHooks properlyxmonad-contrib1-5/+3
The initial patch that extended the EDSL for writing ManageHook rules did not come with a good example on how to use it. This patch ammends that. 'move' is an example of how to write a rule to resolve a Query (Maybe a) into something tangible. 'move'' is an example of how to write a rule isolating window managing code from the rest ofthe mess the EDSL creates. darcs-hash:20080102074810-cfbce-af71f2a26e887a21a616302407deb42edc31ac6b.gz
2008-01-01expands the EDSL for performing actions on windowsxmonad-contrib1-19/+65
This patch adds a few types of relationships and operators for managing windows with rules. It provides grouping operators so the X action can access the quantifier that was matched or not matched. It provides a formalism for predicates that work in both grouping and non grouping rules. It could do with some classes, so that there are fewer operators that always do the Right Thing (TM), but the Haskell Type system currently has some problems resolving types. Since I don't know enough about these high level things, it would be hard to create a GHC patch just to make it all work. darcs-hash:20080101174446-cfbce-3367d42b5411b92083a0e95cfc91d2e79770c527.gz
2008-01-14Timer: some code cleanupAndrea Rossato1-9/+7
darcs-hash:20080114211114-32816-d08eb16da558f534ae7016d95f25ed559871541c.gz
2008-01-14Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2-29/+16
This fixes showWName because Timer was leaking zombie processes. You should update xmonad, since doubleFork was not exported. darcs-hash:20080114202833-94725-04a4419a36181a6cc0d662b868fef3374d9b38c1.gz
2008-01-16Reflect.hs: minor haddock fixBrent Yorgey1-1/+1
darcs-hash:20080116203546-bd4d7-be51c0b0302bee0271a71dd1156ea7a12f318888.gz
2008-01-15Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for ↵Brent Yorgey1-1/+5
compatibility with ghc 6.6 darcs-hash:20080115194811-bd4d7-217e9c6fe19c7faf1f6e4061c9f7b7ee91d81515.gz
2008-01-15Reflect.hs: add MultiToggle supportBrent Yorgey1-6/+40
darcs-hash:20080115193519-bd4d7-34839d77bcebde1ee6b5ed9b88263231e2291c00.gz
2008-01-15MultiToggle.hs: improve 'description' implementation in LayoutClass instance ↵Brent Yorgey1-2/+2
to display the current transformed layout rather than just 'MultiToggle' darcs-hash:20080115193311-bd4d7-a67d3b834513ad0f23b228708dcb765b2c6a4514.gz
2008-01-15Layout.Reflect: new contrib module for reflecting layouts ↵Brent Yorgey1-0/+81
horizontally/vertically darcs-hash:20080115030947-bd4d7-8983649731d40b9c737d6fe69151b2715425b121.gz
2008-01-14ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey1-2/+2
darcs-hash:20080114153821-bd4d7-5b11099070c9981c7791d44e991a9abaaa4e9b87.gz
2008-01-13Prompt: clean up and optimize moveWord a bitAndrea Rossato1-10/+6
darcs-hash:20080113164745-32816-611bd85c3966132984e76b1d97e5934d953a796f.gz
2008-01-13Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato1-0/+21
The actions have been bound to ctrl+Left and Right darcs-hash:20080113123529-32816-9513798a80831d145fba8dceb4612b40765b080e.gz
2008-01-13Doc.Extending: added links and description of recent module additionAndrea Rossato1-0/+8
darcs-hash:20080113093211-32816-dc365a15761f0087f227de61864f6359b9ef209c.gz
2008-01-13Action.Search: small haddock fixesAndrea Rossato1-1/+2
darcs-hash:20080113092646-32816-c32187d1dcc7ad6fa157223a7df0e24163b97077.gz
2008-01-13ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato1-33/+42
darcs-hash:20080113091107-32816-dc4979a584b798df3be8d7b1cd49cb3f5a1dd80e.gz
2008-01-13Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato1-0/+62
darcs-hash:20080113090140-32816-8b407ee62d132e547232f674756c7c27c0f5c76b.gz
2008-01-10de-obfuscate the initState and set the init offset to the length of the ↵Andrea Rossato1-1/+15
default text darcs-hash:20080110140951-32816-fa36f4781645ad428c10226c64895ca482d6323a.gz
2008-01-09prompt: Allow to provide a default text in the prompt config.nicolas.pouillard1-1/+3
darcs-hash:20080109213916-94725-806649257a0bc1b5d7b9ac423d82e03cd240cddb.gz
2007-12-30Correct caps in module header.Joachim Fasting1-1/+1
darcs-hash:20071230061920-928c4-3c0738fd1619b9a11510bd99413045aa39707c0a.gz
2007-12-30Use LANGUAGE pragma.Joachim Fasting1-1/+1
darcs-hash:20071230061817-928c4-d58a919e7b9a1014788f0e0a1a8c75589e745adc.gz
2007-12-31shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail1-1/+20
darcs-hash:20071231171609-c9905-843656222b29cf2f40922b243d78be02608a9a8a.gz
2007-12-04formattingDon Stewart1-2/+6
darcs-hash:20071204174920-cba2c-8c084bf72c344aa80847e6d167d955377260d9be.gz
2007-12-31PerWorkspace.hs: add an explanatory noteBrent Yorgey1-0/+7
darcs-hash:20071231135806-bd4d7-023333ed3121a756d2165919532077f37c0bccda.gz
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+95
This module requires dzen darcs-hash:20071231130441-32816-0a0c78f6cbbc2972e965096dfda66afbc05ef1da.gz
2007-12-31ManageDocks: some documentation fixesAndrea Rossato1-1/+4
darcs-hash:20071231101820-32816-2b9d19431d22dfa25d0e0e0baaa11a69b34ff92c.gz
2007-12-28-Wall police (again)Spencer Janssen1-2/+2
darcs-hash:20071228061841-a5988-8f51255824b0011f3114d6c645f27f1e11a0056c.gz
2007-12-28-Wall policeSpencer Janssen1-1/+1
darcs-hash:20071228061822-a5988-ebc65ed7eca5813a4a53d082a504709cad6b4936.gz
2007-12-27Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ↵mail1-1/+9
make a differene AFAIK darcs-hash:20071227215607-c9905-79dc9d03d007173c22f7cf62d3abb0bfab766919.gz
2007-12-27display all visible windows on the current desktop in the pagermail1-1/+8
This is my best shot at modeling xmonad’s WM behaviour in a way that the Extended Window Manager Hints specification allows. Unfortunately, we can not tell the panel what size and position it should think the apps are. darcs-hash:20071227204349-c9905-d488d1719895335df5bb8bf157a266924533b27c.gz
2007-12-27Although I do not need the curr variable after all, this is nicermail1-4/+3
darcs-hash:20071227190113-c9905-048611490504d14ba845350be9e9d56ccabc1284.gz