Daniel Wagner
ac8aefbc92
since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file
2013-05-03 19:40:55 +00:00
Daniel Wagner
e11d97137e
XMonad.Config.Dmwit
2013-05-02 01:21:32 +00:00
Mats Rauhala
2ab79a7c35
Compile with ghc7
2011-05-04 19:24:55 +00:00
Adam Vogt
6458e60812
Adjust X.C.Desktop documentation content.
...
Correct errors regarding a description of `mappend' for X
Use <+> more often since that's `consistent', and there is no difference since
it's the same as >> when all arguments have the same type (which they do...
otherwise people aren't just combining valid values for that field of the
config).
2010-08-03 14:11:17 +00:00
Jan Vornberger
82147d137c
Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with alternative methods
...
Calling these functions during message handling results in the loss of layout state.
This fixes a number of bugs related to the combination of X.L.Minimize with a decoration.
2010-07-27 22:48:41 +00:00
Justin Bogner
fd99373c39
A hook to handle minimize/restore window manager hints.
...
XMonad.Hooks.Minimize handles both minimize and restore
messages. Handling restore messages was already done in
RestoreMinimized, which this module intends to replace.
2010-06-16 05:11:24 +00:00
Jan Vornberger
af24766a83
PositionStoreHook: take decoration into account
2010-06-02 22:30:15 +00:00
Brent Yorgey
b435a6a519
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
2010-01-12 17:25:07 +00:00
Jan Vornberger
9b76a85c74
BluetileConfig: Fullscreen tweaks and border color change
2010-01-31 23:33:47 +00:00
Adam Vogt
a9f2b82337
Use <+> instead of explicit M.union to merge keybindings in X.C.*
2010-01-24 20:21:36 +00:00
Jens Petersen
7b0fd3ba3a
use restart to restart xmonad (no longer bluetile)
2010-01-16 10:59:35 +00:00
Jan Vornberger
98fe292e9f
Make X.L.Minimize explicitly mark minimized windows as boring
2009-12-22 21:45:29 +00:00
Jan Vornberger
f46873fdab
Added Bluetile's config
2009-12-09 15:03:09 +00:00
daniel
db37e18098
generalize IO actions to MonadIO m => m actions
...
This should not cause any working configs to stop working, because IO is an instance of MonadIO, and because complete configs will pin down the type of the call to IO. Note that XMonad.Config.Arossato is not a complete config, and so it needed some tweaks; with a main function, this should not be a problem.
2009-11-14 02:36:16 +00:00
Adam Vogt
3102a69287
Make a haddock link direct in C.Desktop.
2009-11-11 01:38:10 +00:00
Spencer Janssen
328fae1468
Use X.U.SpawnOnce in my config
2009-11-07 17:46:15 +00:00
Daniel Schoepe
8ec090cfbf
Fixed conflict between X.U.ExtensibleState and X.C.Sjanssen
2009-11-07 10:36:19 +00:00
Daniel Schoepe
fa476549c2
Use X.U.ExtensibleState instead of IORefs
...
This patch changes SpawnOn, DynamicHooks and UrgencyHooks to
use X.U.ExtensibleState instead of IORefs. This simplifies the
usage of those modules thus also breaking current configs.
2009-11-06 11:56:01 +00:00
Spencer Janssen
97a36b49a5
My config uses xmonadPropLog now
2009-11-07 00:52:30 +00:00
Wirt Wolff
79ab1d5de1
Doc namespace minor updates
...
Most signifigant changes are use unversioned links to external html,
fix a couple of key binding examples, and double quotes that should
have been single.
2009-10-23 18:49:05 +00:00
Spencer Janssen
5417286d6a
Use 'ewmh' in relevant configs
2009-10-23 03:50:43 +00:00
Daniel Schoepe
9f16a427e6
Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.
2009-10-22 11:58:49 +00:00
Justin Bogner
fc1da0d701
Move EWMH support initialization to a startupHook
...
Set EWMH support atoms and the window manager name in a startup hook,
rather than in the log hook: the log hook occurs far too frequently
for it to make sense to set constants with it.
2009-10-11 05:35:38 +00:00
Wirt Wolff
6e91396fa5
C.Desktop fix bad escaping and typo
2009-10-22 10:01:56 +00:00
Wirt Wolff
0e713d57c1
C.Desktop doc explaining common desktop config customizations
...
To close http://code.google.com/p/xmonad/issues/detail?id=174
2009-10-22 04:27:48 +00:00
Wirt Wolff
6d4ad7f431
C.Gnome combine with instead of replace Desktop startupHook
...
Now that C.Desktop sets startupHook do both rather than only
gnomeRegister.
2009-10-20 09:20:10 +00:00
Andres Salomon
bcab2509d3
XMonadContrib: set the default cursor to left_ptr for the Desktop config
2009-09-15 16:57:53 +00:00
Adam Vogt
dc07d902d9
Add Portability and Stability boilerplate for a couple modules.
...
Needed for automating the generation of the Doc.Extending module summaries.
2009-10-12 04:10:55 +00:00
Daniel Schoepe
e2113acd35
Factor out direction types and put them in X.U.Types
...
This patch factors out commonly used direction types like
data Direction = Prev | Next
and moves them to X.U.Types.
2009-09-19 19:17:17 +00:00
Spencer Janssen
857bf537b5
Run gnomeRegister from startupHook
2009-09-18 02:34:10 +00:00
Adam Vogt
832ea65e75
Use U.Run.safeSpawn in C.Gnome
2009-09-17 23:39:53 +00:00
Adam Vogt
c4cae4839d
Add gnomeRegister to C.Gnome.
...
Credit to Joachim Breitner here:
http://www.haskell.org/pipermail/xmonad/2009-May/007984.html
2009-09-17 23:21:50 +00:00
Spencer Janssen
63e5b222b8
Minor changes to my config
2009-09-01 02:48:02 +00:00
Adam Vogt
afecca6561
Preserve backwards compatibility with H.ServerMode
2009-08-25 22:03:48 +00:00
Daniel Schoepe
28e0adcde7
Let the user decide which commands to use in X.H.ServerMode
2009-08-25 10:16:30 +00:00
Adam Vogt
5cd48cac7c
Remove trailing whitespace from many modules
2009-07-05 20:12:05 +00:00
Spencer Janssen
27bbeff92c
Use doShift in my config
2009-02-19 04:20:40 +00:00
Daniel Schoepe
9a7dcbbabb
Adjustments to use the new event hook feature instead of Hooks.EventHook
2009-02-03 16:00:46 +00:00
Spencer Janssen
da2a08ec7e
Use spawnOn in my config
2009-01-17 04:10:26 +00:00
Spencer Janssen
b1984eef30
Update to my config
2009-01-16 20:45:53 +00:00
Spencer Janssen
9d0f34852c
Add KDE 4 config, thanks to Shirakawasuna on IRC
2008-12-11 07:11:41 +00:00
Spencer Janssen
293b8152aa
I use the deleteConsecutive history filter
2008-10-25 07:04:38 +00:00
Braden Shepherdson
1d78c1fd60
Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad-light project.
2008-12-03 16:15:34 +00:00
Devin Mullins
205032840b
add XMonad.Config.Azerty
2008-09-24 04:49:46 +00:00
Spencer Janssen
005f4ef7fb
Update my config to use 'statusBar'
2008-09-21 06:35:13 +00:00
Devin Mullins
f3b6b2707a
cleanup - use currentTag
2008-09-21 01:11:59 +00:00
Spencer Janssen
026fdf71be
Sketch of XMonad.Config.Monad
2008-09-17 08:18:38 +00:00
Spencer Janssen
644b85ab36
Use the new completion on tab setting
2008-09-11 08:59:40 +00:00
Spencer Janssen
297e626fc7
Fix haddock typos in XMonad.Config.{Desktop,Gnome,Kde}
2008-09-11 04:08:08 +00:00
Spencer Janssen
1c03ecc596
Updates to my config
2008-08-12 05:01:24 +00:00