Make Nop the default menu item, rather than Delete.

This commit is contained in:
Kris Maglione 2007-02-26 04:55:54 -05:00
parent b2c7eef976
commit b090c8bc98
1 changed files with 1 additions and 1 deletions

View File

@ -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
}