diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-01 10:51:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-01 10:51:56 -0300 |
commit | 06fe64433d5fe26d305d9a8e191030321915956a (patch) | |
tree | 6555a5ac1778977e9307a27931651e62df6502ed /modules/awesome/config.dot/awesome.link | |
parent | 2361d1dda6637467d9e3308fac893870ce4f3d0a (diff) | |
download | metadot-06fe64433d5fe26d305d9a8e191030321915956a.tar.gz metadot-06fe64433d5fe26d305d9a8e191030321915956a.tar.bz2 |
Updating awesompd adding next/prev server bindings
Diffstat (limited to 'modules/awesome/config.dot/awesome.link')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/awesompd.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/awesome/config.dot/awesome.link/awesompd.lua b/modules/awesome/config.dot/awesome.link/awesompd.lua index b4746cd..2027f88 100644 --- a/modules/awesome/config.dot/awesome.link/awesompd.lua +++ b/modules/awesome/config.dot/awesome.link/awesompd.lua @@ -36,6 +36,8 @@ --{ "Control", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_next_track() }, { "", "XF86AudioPrev", musicwidget:command_prev_track() }, { "", "XF86AudioNext", musicwidget:command_next_track() }, + { modkey, "XF86AudioPrev", musicwidget:command_previous_server() }, + { modkey, "XF86AudioNext", musicwidget:command_next_server() }, --{ "", awesompd.MOUSE_SCROLL_UP, musicwidget:command_volume_up() }, --{ "", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_volume_down() }, { "", awesompd.MOUSE_RIGHT, musicwidget:command_show_menu() }, |