From: Silvio Rhatto Date: Thu, 28 Feb 2013 23:20:48 +0000 (-0300) Subject: Commenting some awesompd key bindings X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2361d1dda6637467d9e3308fac893870ce4f3d0a;p=metadot.git Commenting some awesompd key bindings --- diff --git a/modules/awesome/config.dot/awesome.link/awesompd.lua b/modules/awesome/config.dot/awesome.link/awesompd.lua index 0995a11..b4746cd 100644 --- a/modules/awesome/config.dot/awesome.link/awesompd.lua +++ b/modules/awesome/config.dot/awesome.link/awesompd.lua @@ -36,8 +36,8 @@ --{ "Control", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_next_track() }, { "", "XF86AudioPrev", musicwidget:command_prev_track() }, { "", "XF86AudioNext", musicwidget:command_next_track() }, - { "", awesompd.MOUSE_SCROLL_UP, musicwidget:command_volume_up() }, - { "", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_volume_down() }, + --{ "", awesompd.MOUSE_SCROLL_UP, musicwidget:command_volume_up() }, + --{ "", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_volume_down() }, { "", awesompd.MOUSE_RIGHT, musicwidget:command_show_menu() }, --{ "", "XF86AudioLowerVolume", musicwidget:command_volume_down() }, --{ "", "XF86AudioRaiseVolume", musicwidget:command_volume_up() },