diff --git a/.config/i3/config b/.config/i3/config
index 0c1ccba6..af50f3db 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -240,6 +240,9 @@ mode "media" {
 	bindsym Right exec --no-startup-id "mpc next; notify-send -a 'Mopidy' -u low -t 1 'Next' 'The current song has been skipped'"
 	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'"
+
 	# back to normal: Enter, Escape, or MOD+M
 	bindsym Return mode "default"
 	bindsym Escape mode "default"