Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Xmonad

22 bytes added, 17:57, 16 November 2009
no edit summary
'''Xmonad''' is the tiling window manager that rocks!
 
=Configuring Xmonad=
Put it in <code>~/.xmonad/xmonad.hs</code>, then restart Xmonad (Mod-q be default). This configuration file is the default configuration file, plus a few changes. The mode key is moved from Alt to Super (windows key), the default terminal is set to urxvt instead of xterm, and the PrtSc and Ctr-PrtSc are mapped to scrot (see below for details). Note that this file is written in Haskell, and thus, comments are --. This file also starts xmobar (Xmonad's bar). It is usually a separate package, so if you want this bar, make sure to install it and configure .xmobarrc.
=Ackthet's xmonad.hs=
Put it in <code>~/.xmonad/xmonad.hs</code>, then restart Xmonad (Mod-q be default). This configuration file is the default configuration file, plus a few changes. The mode key is moved from Alt to Super (windows key), the default terminal is set to urxvt instead of xterm, and the PrtSc and Ctr-PrtSc are mapped to scrot (see below for details). Note that this file is written in Haskell, and thus, comments are --. This file also starts xmobar (Xmonad's bar). It is usually a separate package, so if you want this bar, make sure to install it and configure .xmobarrc.
<pre>
--
Anonymous user