commit 88bf5f7ceed51fc6cd6861723ba230f305097084 parent bd9cc9c91425cd1fa9732bebc3445f68f6635e8c Author: Ayrton <a.munoz3327@gmail.com> Date: Fri, 1 Jul 2016 11:17:39 -0400 fixed dmenu pipeout patch name also cleaned up the patch description Diffstat:
R | tools.suckless.org/dmenu/patches/dmenu-4.6-pipeout.diff -> tools.suckless.org/dmenu/patches/dmenu-pipeout-20160701-bd9cc9c.diff | | | 0 | |
M | tools.suckless.org/dmenu/patches/pipeout.md | | | 9 | +++++++-- |
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/tools.suckless.org/dmenu/patches/dmenu-4.6-pipeout.diff b/tools.suckless.org/dmenu/patches/dmenu-pipeout-20160701-bd9cc9c.diff diff --git a/tools.suckless.org/dmenu/patches/pipeout.md b/tools.suckless.org/dmenu/patches/pipeout.md @@ -4,12 +4,17 @@ pipeout Description ----------- -This patch allows the selected text to be piped back out with dmenu. This is useful if you want to display the output of a command. +This patch allows the selected text to be piped back out with dmenu. This is useful if you want to display the output of a command on the screen. Only text starting with the character '#' is piped out by default. + +Configuration +------------- +Set the variable 'startpipe' in config.h to any character. + Download -------- -* [dmenu-4.6-pipeout.diff](dmenu-4.6-pipeout.diff) +* [dmenu-pipeout-20160701-bd9cc9c.diff](dmenu-pipeout-20160701-bd9cc9c.diff) Author ------