aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updates to work with recent API changesSpencer Janssen2007-06-118-15/+22
| | | | darcs-hash:20070611183439-a5988-c3d6cc194fa83f012ab49d6d79130ff459dcdfe1.gz
* Rename safeIO to catchIOSpencer Janssen2007-06-111-1/+1
| | | | darcs-hash:20070611162028-a5988-1bfa8e8ce1ce27c82b39d05347564ba5a8291e43.gz
* add WorkspaceDir, which sets the current directory in a workspace.David Roundy2007-06-111-0/+35
| | | | | | | | | Actually, it sets the current directory in a layout, since there's no way I know of to attach a behavior to a workspace. This means that any terminals (or other programs) pulled up in that workspace (with that layout) will execute in that working directory. Sort of handy, I think. darcs-hash:20070611154041-72aca-86d2e97e073eae656407df497ab4e1236762c92b.gz
* fmtDon Stewart2007-06-111-2/+4
| | | | darcs-hash:20070611053450-9c5c1-7188c7e97530ef4b4e8688f6f54b00f0c04b7fd7.gz
* added dynamicLogXinerama, a workspace logger that's nicer for XineramaJason Creighton2007-06-111-5/+25
| | | | darcs-hash:20070611051810-b9aa7-1a6d385dc25cf8ef8005fd1e70ef9d2e0dc6e256.gz
* redraw decorations on PropertyNotifyJason Creighton2007-06-112-4/+5
| | | | | | | | newDecoration now takes a Window parameter, which is the window the decoration is "for". If there is a PropertyNotify for that window, the decoration is redrawn. darcs-hash:20070611021408-b9aa7-b01860371ef9e47a06ab4541aee09422c8f19865.gz
* use safe peek instead of unsafe focusJason Creighton2007-06-111-3/+2
| | | | | | | Fixes crashing bug with Xinerama where you have a tabbed layout on one screen and attempt to switch to an empty workspace on the other. darcs-hash:20070611015437-b9aa7-19e093acecdf9c248a965625b226b82b1422ffd0.gz
* make Tabbed respect the y position of the layout rect (statusbar bugfix)Jason Creighton2007-06-111-6/+6
| | | | darcs-hash:20070610231510-b9aa7-c3b9ee2c2ead8d21e2fe36343575706424617171.gz
* tune layout of Tabbed just a bit.David Roundy2007-06-101-2/+2
| | | | darcs-hash:20070610203513-72aca-aed9945d5a3935ce447a298f4b6c2abba53817c0.gz
* make Decoration set the input mask appropriately.David Roundy2007-06-101-2/+4
| | | | darcs-hash:20070610203451-72aca-e8115141402639befdd45f2903091c6f56a48582.gz
* Updates for Layout API changeSpencer Janssen2007-06-103-3/+3
| | | | darcs-hash:20070610203840-a5988-bcd9a2f4010d1981575cf24aa38ee1760d7976c2.gz
* color focussed tab differently.David Roundy2007-06-101-2/+9
| | | | darcs-hash:20070610195743-72aca-fcc3b7023c3379b10d68050a4a68d753f7a0aab5.gz
* update Mosaic for latest changes.David Roundy2007-06-101-2/+2
| | | | darcs-hash:20070610145816-72aca-d935bc9ead6eff049c1b09681727c38522b2e2c9.gz
* maximize rather than minimize the rating.David Roundy2007-06-012-2/+6
| | | | darcs-hash:20070601183240-72aca-496237c05e03b76ae05495afb22b36ced21d7b60.gz
* fix error in select.David Roundy2007-06-011-2/+2
| | | | darcs-hash:20070601183147-72aca-7e72a8a8953398776e0a9f0d9a8ed51fe982b2b3.gz
* improve changeMosaic.David Roundy2007-06-011-3/+11
| | | | darcs-hash:20070601175042-72aca-2fc051063bc744a4ecf322361e372473aad122c4.gz
* cut obsolete description of mosaic.David Roundy2007-06-091-9/+4
| | | | darcs-hash:20070609131456-72aca-5642944dfe7e8a65d4cf3de23d130445b229f976.gz
* start switching over to a Monte Carlo algorithm for MosaicDavid Roundy2007-06-012-27/+147
| | | | darcs-hash:20070601170505-72aca-85ecaae664eb2f1895e3ababbe18514add559c29.gz
* new layout algorithm for Mosaic.David Roundy2007-05-272-98/+229
| | | | darcs-hash:20070527191153-72aca-0ac95cbf4b53e4f307499f74e1ab73ef04ef1370.gz
* display names of windows on tabs.David Roundy2007-06-101-2/+18
| | | | darcs-hash:20070610163729-72aca-1f53da6ef8f2d4254544bfa679121aac564b3ea9.gz
* make Decoration draw the window initially.David Roundy2007-06-101-7/+13
| | | | | | We still don't respond to expose events. :( darcs-hash:20070610163651-72aca-9bbc33663ef50926bd60d0dcbe1974b9eddc058b.gz
* Fix name of xmonad-clock in compilation instructions.glasser2007-06-101-1/+1
| | | | darcs-hash:20070610155204-64353-0e72c56a8aadc50aa9410a62f492b5b2272c495c.gz
* add Decoration module to be used to easily define decorations.David Roundy2007-06-101-0/+37
| | | | darcs-hash:20070610153939-72aca-da6f87330a2bd71cd2545884ffd9f4f78f2e70c9.gz
* add sketch of tabbed layout.David Roundy2007-06-101-0/+41
| | | | darcs-hash:20070610153926-72aca-9c08c36025522b50a3f2df1eed8f09c3bbb30495.gz
* make LayoutHints work with new modifyLayout (in X).David Roundy2007-06-101-1/+1
| | | | darcs-hash:20070610145740-72aca-317bb936ec8831f0d168bd461e7c834ac4e5bf1f.gz
* tag visibles with <N>Don Stewart2007-06-101-4/+6
| | | | darcs-hash:20070610111931-9c5c1-1c84455b8b8b6560d9835cfccd9403e3e1b703e9.gz
* tweak pkillDon Stewart2007-06-101-3/+1
| | | | darcs-hash:20070610093027-9c5c1-8c9e7a1f5582262f7faef1f5c04b6afb369b3d94.gz
* greedydocdave2007-06-101-0/+21
| | | | | | Add documentation on how to use GreedyView as your default workspace switcher. darcs-hash:20070610091056-2e71c-d1015cc45ed01796195c5e90222eb2eaa16d5ca2.gz
* use all 3 load valuesDon Stewart2007-06-101-3/+4
| | | | darcs-hash:20070610090959-9c5c1-0f8165c921fd4f6c05cd7c569eedd90f64527d81.gz
* Modified xmonad-clock.c to display battery information from ACPI (will work ↵buisse2007-06-101-0/+82
| | | | | | only on linux though). Also restored three load averages instead of only one. darcs-hash:20070610090228-aa886-fa9c4d9607491e1a39759c68a2410c98604909bb.gz
* example xinitrcDon Stewart2007-06-101-0/+37
| | | | darcs-hash:20070610085715-9c5c1-ea414806906b5e4f6c8538da000359147baf0829.gz
* update run-xmonad.shDon Stewart2007-06-101-2/+2
| | | | darcs-hash:20070610063915-9c5c1-cb277b52fc977e75912f0858ac12790d0c2fc893.gz
* no need for ./scripts/xmonad-status.c, update run-xmonad.shDon Stewart2007-06-102-61/+6
| | | | darcs-hash:20070610062806-9c5c1-01d224b8aece44100df09ce8294b0ee7c62eabe8.gz
* add DynamicLog.hsDon Stewart2007-06-101-0/+49
| | | | darcs-hash:20070610062757-9c5c1-daf166ca9232256e70963800bd34444d7d05d3e7.gz
* make LayoutHints robust with regard to future addition of Layout fields.David Roundy2007-06-091-2/+2
| | | | darcs-hash:20070609173725-72aca-44eedcd46a4cdcc501a024d1b68772bcaa366761.gz
* remove out of date ./scripts/xmonad-status.hsDon Stewart2007-06-101-161/+0
| | | | darcs-hash:20070610005107-9c5c1-31875a588f21cb211ab25d4001b9f033447e747f.gz
* add new LayoutHints module that makes layouts respect size hints.David Roundy2007-06-041-0/+21
| | | | darcs-hash:20070604213716-72aca-b09984b5ef776ec28fa5b0c077025cb1651d7276.gz
* improve xmonad-status.cDon Stewart2007-06-091-12/+13
| | | | darcs-hash:20070609140258-9c5c1-2db2449086d67fab0b124a7a8dd80d0952668616.gz
* Add C script for parsing new logging encoding, and displaying workspace infoDon Stewart2007-06-092-1/+57
| | | | darcs-hash:20070609131856-9c5c1-15812fa514ec6e0888ea1e36d3794a452b01090e.gz
* missing unsetenvDon Stewart2007-06-091-3/+5
| | | | darcs-hash:20070609090127-9c5c1-9d952a732e6e00c4db7a6dee89ecc67ff9343916.gz
* add tiny clock program (C) i'm using in the status barDon Stewart2007-06-091-0/+64
| | | | darcs-hash:20070609080435-9c5c1-4e1adf8a835568fa160fdd167047ecdb039b0953.gz
* remove obsolete 'examples' dirDon Stewart2007-06-093-178/+0
| | | | darcs-hash:20070609061450-9c5c1-a535ebe42423f82ebdf254a77f12353c667f92bb.gz
* latest version of xmonad-status.hsDon Stewart2007-06-092-27/+102
| | | | darcs-hash:20070609060913-9c5c1-b6d51e6a373cbdf2d8f6bc101d693a3b32251fb5.gz
* remove dead versionDon Stewart2007-06-091-125/+0
| | | | darcs-hash:20070609060857-9c5c1-4f29f8237672f3cde8529921bfb94cee94b0d376.gz
* Circle layoutPeter De Wachter2007-06-061-0/+30
| | | | | | | | | Windows are arranged in a circle around the master window. Rather nice to use with a mouse, if you got many windows open. Screenshot: http://caladan.rave.org/circle.png darcs-hash:20070606064153-06a25-32570fd1fd9457ff1f5ffe9b32e5f586c9549ba7.gz
* Submap: For creating keyboard submappingsJason Creighton2007-06-061-0/+44
| | | | darcs-hash:20070606061941-b9aa7-dd1476862b4d6755e2d4971c4e475604fdc248fc.gz
* nicer format for dynamic workspacesDon Stewart2007-06-061-6/+6
| | | | darcs-hash:20070606045705-9c5c1-ae468a806a5a9be598643c81ee8b8690f1193302.gz
* add script which only draws current workspace, and those with clientsDon Stewart2007-06-061-0/+127
| | | | darcs-hash:20070606044544-9c5c1-fd7c677b267a9d8c3fc699d06c80aaac5dcb3543.gz
* In docs, change name of program from mux to xmonad-status.glasser2007-06-051-1/+1
| | | | darcs-hash:20070605140045-64353-5f49aacf643b4897119a7bad0361f781575c3eb6.gz
* Add xmonad-status.hsDon Stewart2007-06-051-0/+125
| | | | | | | | | | | An external status bar client for xmonad. See screenshots: http://www.cse.unsw.edu.au/~dons/tmp/dons-dzen-status.png http://www.cse.unsw.edu.au/~dons/tmp/xmonad-dzen-tags.png darcs-hash:20070605132108-9c5c1-861f9dafa40852d8b0e7b0dc123c4a9ef462790b.gz