cgit: updated to 0.8.2
[namenlos-ports.git] / dwm / README
blob82862f1caee45ac0b2ca01787d693829fd076f11
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 (windows key) is used as modkey
16 2. added namenlos' custom bindings
17         M+i starts urxvt with irssi
18         M+o starts urxvt with mutt
19         M+s starts slock
20         M+u starts urxvt with mocp
21         M+w starts urxvt with snownews
22         M+z starts firefox
24 3. mplayer is floating
26 4. urxvt is the default shell
28 CUSTOM CONFIGURATION
30 To use a custom configuration file for dwm, set the value DWM_CONF
31 environment variable to the path of the desired file (e.g. export
32 DWM_CONF=~/my-own-config.h)