diff options
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 3702ce9..1440a24 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -224,11 +224,11 @@ end) -- }}} -- {{{ Mouse bindings -root.buttons(gears.table.join( +--[[root.buttons(gears.table.join( awful.button({ }, 3, function () mymainmenu:toggle() end), awful.button({ }, 4, awful.tag.viewnext), awful.button({ }, 5, awful.tag.viewprev) -)) +)) ]]-- -- }}} -- {{{ Key bindings |
