sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit d198bb14c7d9fc4efc22a7ca88e3247c8af4b97c
parent 3d429fb11776d066aa1a482c90fcb8b28232b3b5
Author: Gary B. Genett <me@garybgenett.net>
Date:   Tue, 25 Mar 2014 10:35:35 -0700

dwm patches: multimon markup fixes

Diffstat:
Mdwm.suckless.org/patches/multimon.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dwm.suckless.org/patches/multimon.md b/dwm.suckless.org/patches/multimon.md @@ -32,9 +32,11 @@ Usage Each patch can be applied using "patch -p1" or "git am": - cd dwm; patch -p1 <multimon-1-added-monitor-marker-to-bar.diff + cd dwm; patch -p1 <multimon-1-added-monitor-marker-to-bar.diff + -OR- - cd dwm; git pull; git am multimon-1-added-monitor-marker-to-bar.diff + + cd dwm; git pull; git am multimon-1-added-monitor-marker-to-bar.diff There are default settings and bindings in "config.def.h" which you will likely want to customize. @@ -53,7 +55,7 @@ The patches are intended to be applied in order, one after the other, but can al Author ------ - * Gary B. Genett - <me at garybgenett dot net> + * Gary B. Genett - <me@garybgenett.net> --- Original Submission: [http://lists.suckless.org/dev/1403/20488.html](http://lists.suckless.org/dev/1403/20488.html)