From 244b7c1ff987b966b77bef75480e3407a3488c1a Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Mon, 31 Jul 2017 02:17:07 -0500
Subject: [PATCH] Added keybind to begin playback

---
 .config/i3/config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/i3/config b/.config/i3/config
index 0ca1a3bb..055e73b3 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -243,7 +243,9 @@ mode "media" {
 	bindsym Left exec --no-startup-id "mpc prev; notify-send -a 'Mopidy' -u low -t 1 'Previous' 'Rewound to the previous song'"
 
 	# Stop it altogether
-	bindsym k exec --no-startup-id "mpc stop; notify-send -a 'Mopidy' -u low -t 1 'Stopped' 'Playback has been stopped'"
+	bindsym k exec --no-startup-id "mpc stop; notify-send -a 'Mopidy' -u low -t 1 'Stop' 'Playback has been stopped'"
+	# Start playback	
+	bindsym l exec --no-startup-id "mpc play; notify-send -a 'Mopidy' -u low -t 1 'Play' 'Playback has been started'"
 
 	# back to normal: Enter, Escape, or MOD+M
 	bindsym Return mode "default"