[hackers] [wmii] Fix M-p when no tty is present || Kris Maglione

From: <hg_AT_suckless.org>
Date: Thu, 16 Oct 2008 18:39:37 +0000 (UTC)

changeset: 2375:9054ad2e3c1c
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Thu Oct 16 14:39:36 2008 -0400
files: rc/rc.wmii.rc
description:
Fix M-p when no tty is present

diff -r 7112a13bd2ba -r 9054ad2e3c1c rc/rc.wmii.rc
--- a/rc/rc.wmii.rc Wed Oct 15 23:59:17 2008 -0400
+++ b/rc/rc.wmii.rc Thu Oct 16 14:39:36 2008 -0400
@@ -217,7 +217,7 @@
 key $MODKEY-a || fn $key {
         Action `{wi_actions | wimenu -h $hist.action -n $histlen} &}
 key $MODKEY-p || fn $key {
- ifs=() { cmd = `{wimenu -h $hist.prog -n $histlen <$progs_file >[2]/dev/tty} }
+ ifs=() { cmd = `{wimenu -h $hist.prog -n $histlen <$progs_file} }
         wi_runcmd $cmd & }
 
 key $MODKEY-Return || fn $key {
Received on Thu Oct 16 2008 - 18:39:37 UTC

This archive was generated by hypermail 2.2.0 : Thu Oct 16 2008 - 18:48:04 UTC