]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouse.c
let identifiers have '.' in them
[chaz/openbox] / plugins / mouse / mouse.c
index b332099abfa637b3a218f05dc8d7d18edd2e5591..ea943f5a2820ac1a838efc4bf5a104ea4a82f660 100644 (file)
@@ -407,6 +407,8 @@ static void binddef()
     mbind("1", "icon", MouseAction_DClick, a);
     a = action_new(action_close);
     mbind("1", "close", MouseAction_Click, a);
+    a = action_new(action_kill);
+    mbind("2", "close", MouseAction_Click, a);
     a = action_new(action_toggle_omnipresent);
     mbind("1", "alldesktops", MouseAction_Click, a);
 
This page took 0.021366 seconds and 4 git commands to generate.