wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit b090c8bc98351e02ecb646997bfd0b5649877427
parent b2c7eef97651dff99c2dba8c7c554c01b7f03b9c
Author: Kris Maglione <jg@suckless.org>
Date:   Mon, 26 Feb 2007 04:55:54 -0500

Make Nop the default menu item, rather than Delete.

Diffstat:
rc/rc.wmii | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/rc.wmii b/rc/rc.wmii @@ -81,7 +81,7 @@ fn Event-LeftBarClick { shift; wmiir xwrite /ctl view $* } fn Event-ClientMouseDown { client = $1; button = $2 if(~ $button 3) - switch(`{9menu Delete Nop}) { + switch(`{9menu Nop Delete}) { case Delete wmiir xwrite /client/$client/ctl kill }