Added keybind to begin playback
This commit is contained in:
parent
578171f1bf
commit
244b7c1ff9
@ -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'"
|
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
|
# 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
|
# back to normal: Enter, Escape, or MOD+M
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user