mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
Make Nop the default menu item, rather than Delete.
This commit is contained in:
parent
b2c7eef976
commit
b090c8bc98
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user