diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 20:20:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 20:20:48 -0300 |
commit | 2361d1dda6637467d9e3308fac893870ce4f3d0a (patch) | |
tree | c8ef9bbaf535dec4c97c0113b7ac0cfddd24a157 /modules | |
parent | 1d4a6244782ecec8a2c022d7392a05ead499bda7 (diff) | |
download | dotfiles-2361d1dda6637467d9e3308fac893870ce4f3d0a.tar.gz dotfiles-2361d1dda6637467d9e3308fac893870ce4f3d0a.tar.bz2 |
Commenting some awesompd key bindings
Diffstat (limited to 'modules')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/awesompd.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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() }, |