From 3132ea635414d25a5fb3e90be6cd71f920535849 Mon Sep 17 00:00:00 2001 From: Alexander Yakushev Date: Sun, 21 Aug 2011 22:22:21 +0300 Subject: Renamed some menu functions for clarity --- rcsample.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcsample.lua') diff --git a/rcsample.lua b/rcsample.lua index 94c46af..336f2ef 100644 --- a/rcsample.lua +++ b/rcsample.lua @@ -124,7 +124,7 @@ mysystray = widget({ type = "systray" }) } -- Set the buttons of the widget - musicwidget:register_buttons({ { "", awesompd.MOUSE_LEFT, musicwidget:command_toggle() }, + musicwidget:register_buttons({ { "", awesompd.MOUSE_LEFT, musicwidget:command_playpause() }, { "Control", awesompd.MOUSE_SCROLL_UP, musicwidget:command_prev_track() }, { "Control", awesompd.MOUSE_SCROLL_DOWN, musicwidget:command_next_track() }, { "", awesompd.MOUSE_SCROLL_UP, musicwidget:command_volume_up() }, -- cgit v1.2.3