p5-timedate: updated footprint for perl 5.10
[namenlos-ports.git] / dwm / README
blob4bf0f7e5c7297709604a1d5b4f9dafe5a2d92e46
1 NAMENLOS' DWM PORT NOTES
3 This dwm port can be configured in 2 different ways. It can be configured to use
4 namenlos' configuration or a custom one. If none of this options is chosen, the
5 default dwm configuration will be taken.
7 NAMENLOS' CONFIGURATION
9 To use the namenlos' configuration set the DWM_CONF environment variable to
10 "namenlos" (e.g. export DWM_CONF=namenlos).
12 This configuration looks as follows:
14 1. Mod4 is used as modkey
16 2. urxvt will be used instead of uxterm
18 3. Some additional key bindings were added:
20         M+i     starts urxvt with irssi
21         M+o     starts urxvt with mutt
22         M+s     starts slock
23         M+u     starts urxvt with mocp
24         M+w     starts urxvt with snownews
25         M+z     starts firefox
27 CUSTOM CONFIGURATION
29 To use a custom configuration file for dwm, set the value DWM_CONF
30 environment variable to the path of the desired file (e.g. export
31 DWM_CONF=~/my-own-config.h)