[awesomerc] Add wheel mouse bindings on root window

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-21 14:46:07 +02:00
parent 819ba3f191
commit 932ef459b8
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ end
-- {{{ Mouse bindings
awesome.mouse({ }, 3, function () awful.spawn(terminal) end)
awesome.mouse({ }, 4, awful.tag.viewprev)
awesome.mouse({ }, 5, awful.tag.viewnext)
client.mouse({ modkey }, 1, mouse.client_move)
client.mouse({ modkey }, 3, mouse.client_resize)
-- }}}