From 906ef998285841cbd388a147ea133797307f22cc Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Fri, 29 Jul 2016 11:03:21 +0700 Subject: Update 20160729 --- awesome/.config/awesome/rc.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 87bd48e..0b6a8c1 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -479,6 +479,11 @@ globalkeys = awful.util.table.join( "c", function() awful.util.spawn(terminal .. " -e cmus") end ), + awful.key( + {modkey, "Shift"}, + "c", + function() awful.util.spawn("cmus-remote -u") end + ), awful.key( {modkey}, "m", -- cgit 1.4.1