diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 22:51:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 22:51:08 +0000 |
| commit | ba1e06157d823d1d6815811233e8cbe308bb2917 (patch) | |
| tree | 06c2f8689ef2dc8d15ee09c7109a495a4fee9792 /plugins/mouse | |
| parent | a2ffabb175d6a89f687fdc47310aca50986f35b1 (diff) | |
dont raise on client clicks
Diffstat (limited to 'plugins/mouse')
| -rw-r--r-- | plugins/mouse/mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index ae4cc60b..b332099a 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -385,7 +385,7 @@ static void binddef() a = action_new(action_lower); mbind("A-3", "frame", MouseAction_Click, a); - a = action_new(action_focusraise); + a = action_new(action_focus); mbind("1", "client", MouseAction_Press, a); a = action_new(action_toggle_shade); |
