Difference between revisions of "Xmonad/Config archive"

From HaskellWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
==xmonad configuration examples==
 
==xmonad configuration examples==
 
 
* [[/Don's Config.hs]]. colours, use custom terminal, dynamicLogDzen
+
* [[/Don's Config.hs]] (0.4), [[Don's Config.hs 0.5]]: colours, use custom terminal, dynamicLogDzen
 
[[Image:dons-config.png|center|200px]]
 
[[Image:dons-config.png|center|200px]]
   
* [[/Gwern's Config.hs]]. Ratpoison-y keybindings.
+
* [[/Gwern's Config.hs]] (0.4). Ratpoison-y keybindings.
   
* [[/twifkak's Config.hs]]. modMask = mod4Mask; noBorders tabbed layout; keybindings for dzen, rotview, swapworkspaces, windowbringer, and windownavigation; urgencyhook (only in darcs xmonad).
+
* [[/twifkak's Config.hs]] (0.4). modMask = mod4Mask; noBorders tabbed layout; keybindings for dzen, rotview, swapworkspaces, windowbringer, and windownavigation; urgencyhook (only in darcs xmonad).
   
* [[/nomeata’s Config.hs]]. modMaks = mod4Mask; gnome-stuff
+
* [[/nomeatas Config.hs]] (0.4). modMaks = mod4Mask; gnome-stuff
   
* [[/David Roundy's Config.hs]]. Combo config for small screen + xclock. Requires the xmonad-library branch, so not for the faint of heart. This config also keeps mod=mod1, and therefore moves a number of key bindings to non-standard locations (my laptop has no spare modifier keys).
+
* [[/David Roundy's Config.hs]] (0.4). Combo config for small screen + xclock. Requires the xmonad-library branch, so not for the faint of heart. This config also keeps mod=mod1, and therefore moves a number of key bindings to non-standard locations (my laptop has no spare modifier keys).
 
[[Image:droundy-config.png|center|200px]]
 
[[Image:droundy-config.png|center|200px]]
   
* [[/Brent Yorgey's Config.hs]]. probably only works with darcs xmonad. modMask = mod4Mask; DynamicLog, RotView, ViewPrev, WindowNavigation, ToggleLayouts (toggle full screen mode), UrgencyHook + dzen, FlexibleManipulate, and a few others, with keybindings for all! (Warning: lots of non-standard keybindings. =)
+
* [[/Brent Yorgey's Config.hs]] (0.4). probably only works with darcs xmonad. modMask = mod4Mask; DynamicLog, RotView, ViewPrev, WindowNavigation, ToggleLayouts (toggle full screen mode), UrgencyHook + dzen, FlexibleManipulate, and a few others, with keybindings for all! (Warning: lots of non-standard keybindings. =)
 
[[Image:byorgey-config.png|center|200px]]
 
[[Image:byorgey-config.png|center|200px]]
   
* [[/Robert Manea's Config.hs and support scripts]]. Customized DynamicLog, ShellPrompt, some efforts to make the colors of all components go together well
+
* [[/Robert Manea's Config.hs and support scripts]] (0.4). Customized DynamicLog, ShellPrompt, some efforts to make the colors of all components go together well
 
[[Image:rob-config.png|center|400px]]
 
[[Image:rob-config.png|center|400px]]
   
* [[/Eric Mertens's Config.hs]]. Customized DynamicLog, ShellPrompt, TilePrime, Dual-head and an effort to make the statusbar similar to DWM.
+
* [[/Eric Mertens's Config.hs]] (0.4). Customized DynamicLog, ShellPrompt, TilePrime, Dual-head and an effort to make the statusbar similar to DWM.
 
[[Image:glguy-config.jpg|center|400px]]
 
[[Image:glguy-config.jpg|center|400px]]
   
* [[/vvv's Config.hs]]. DynamicWorkspaces, (Shell|Ssh|Man)Prompt, Submap, and ion-like status bar (written in nonkosher Perl).
+
* [[/vvv's Config.hs]] (0.4). DynamicWorkspaces, (Shell|Ssh|Man)Prompt, Submap, and ion-like status bar (written in nonkosher Perl).
 
[[Image:vvv-config.png|center|200px]]
 
[[Image:vvv-config.png|center|200px]]
   
* [[/arossato's Config.hs]]. Tabbed, Xmobar with DynamicLog, (Shell|Ssh|Man)Prompt.
+
* [[/arossato's Config.hs]] (0.4). Tabbed, Xmobar with DynamicLog, (Shell|Ssh|Man)Prompt.
 
[[Image:Arossato-config.png|center|200px]]
 
[[Image:Arossato-config.png|center|200px]]
   

Revision as of 18:34, 6 November 2007

xmonad logo

xmonad configuration examples

Dons-config.png
  • /twifkak's Config.hs (0.4). modMask = mod4Mask; noBorders tabbed layout; keybindings for dzen, rotview, swapworkspaces, windowbringer, and windownavigation; urgencyhook (only in darcs xmonad).
  • /David Roundy's Config.hs (0.4). Combo config for small screen + xclock. Requires the xmonad-library branch, so not for the faint of heart. This config also keeps mod=mod1, and therefore moves a number of key bindings to non-standard locations (my laptop has no spare modifier keys).
Droundy-config.png
  • /Brent Yorgey's Config.hs (0.4). probably only works with darcs xmonad. modMask = mod4Mask; DynamicLog, RotView, ViewPrev, WindowNavigation, ToggleLayouts (toggle full screen mode), UrgencyHook + dzen, FlexibleManipulate, and a few others, with keybindings for all! (Warning: lots of non-standard keybindings. =)
Byorgey-config.png
Rob-config.png
  • /Eric Mertens's Config.hs (0.4). Customized DynamicLog, ShellPrompt, TilePrime, Dual-head and an effort to make the statusbar similar to DWM.
Glguy-config.jpg
  • /vvv's Config.hs (0.4). DynamicWorkspaces, (Shell|Ssh|Man)Prompt, Submap, and ion-like status bar (written in nonkosher Perl).
Vvv-config.png
Arossato-config.png

Note on uploading

To upload your config file, create some text on this page of the form:

  * [[/you Config.hs]], description of your setup

and save the page. This will create a new page under /you into which you can paste your Config.hs text. Wrap them in <haskell> and </haskell> tags, to enable nice markup.

Images can be uploaded by clicking on the 'Upload file' link, and then referring to the uploaded image as, e.g.

   [[Image:you-config.png|center|200px]]

which will scale the image correctly for a thumbnail.