Skip to content

Commit

Permalink
Merge pull request #12 from FreeAsInGimme/patch-1
Browse files Browse the repository at this point in the history
Accomodates change to awful's menu:show() method

Set mymainmenu:show() args in example config
  • Loading branch information
bioe007 committed Sep 30, 2012
2 parents 48a220f + f42e8e9 commit d7abba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.rc.lua
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ shifty.init()


-- Mouse bindings -- Mouse bindings
root.buttons(awful.util.table.join( root.buttons(awful.util.table.join(
awful.button({}, 3, function() mymainmenu:toggle() end), awful.button({}, 3, function() mymainmenu:show({keygrabber=true}) end),
awful.button({}, 4, awful.tag.viewnext), awful.button({}, 4, awful.tag.viewnext),
awful.button({}, 5, awful.tag.viewprev) awful.button({}, 5, awful.tag.viewprev)
)) ))
Expand Down

0 comments on commit d7abba7

Please sign in to comment.