about summary refs log tree commit diff
path: root/awesome
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-07-29 11:03:21 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:10 +0700
commit906ef998285841cbd388a147ea133797307f22cc (patch)
treeca3f7ee8cf1b9a96a5b139b0ab763ae8ececa399 /awesome
parentc01d97d037d227c6cd777931bf5ccd98b14d5c5d (diff)
downloaddotfiles-906ef998285841cbd388a147ea133797307f22cc.tar.gz
Update 20160729
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua5
1 files changed, 5 insertions, 0 deletions
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
@@ -480,6 +480,11 @@ globalkeys = awful.util.table.join(
         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",
         function() awful.util.spawn(terminal .. " -e mutt") end