aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-01 10:51:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-01 10:51:56 -0300
commit06fe64433d5fe26d305d9a8e191030321915956a (patch)
tree6555a5ac1778977e9307a27931651e62df6502ed
parent2361d1dda6637467d9e3308fac893870ce4f3d0a (diff)
downloadmetadot-06fe64433d5fe26d305d9a8e191030321915956a.tar.gz
metadot-06fe64433d5fe26d305d9a8e191030321915956a.tar.bz2
Updating awesompd adding next/prev server bindings
-rw-r--r--.gitmodules2
-rw-r--r--modules/awesome/config.dot/awesome.link/awesompd.lua2
2 files changed, 3 insertions, 1 deletions
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() },