From 06fe64433d5fe26d305d9a8e191030321915956a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Mar 2013 10:51:56 -0300 Subject: Updating awesompd adding next/prev server bindings --- .gitmodules | 2 +- modules/awesome/config.dot/awesome.link/awesompd.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5e658eb..3744502 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,4 +18,4 @@ url = https://github.com/godlygeek/tabular.git [submodule "modules/awesome/config.dot/awesome.link/awesompd"] path = modules/awesome/config.dot/awesome.link/awesompd - url = https://github.com/alexander-yakushev/awesompd + url = git://git.sarava.org/awesompd.git 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() }, -- cgit v1.2.3