Add a stop shortcut for i3 media mode

This commit is contained in:
Salt 2017-07-30 19:33:42 -05:00
parent 225b4fe618
commit bfbabe4109

View File

@ -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"