sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (584B)


      1 mpdcontrol
      2 ==========
      3 
      4 Description
      5 -----------
      6 Control Music Player Daemon via keybinds.
      7 
      8 By default `MODKEY + Escape` stops/pauses the current song or plays it
      9 depending on the state of the player. If the song is a file on disk it pauses
     10 it, if it's a stream it stops it since pause on a stream doesn't make sense.
     11 
     12 `MODKEY + F1` goes to previous song.
     13 `MODKEY + F2` goes to next song.
     14 
     15 `libmpdclient` is needed for this patch to work.
     16 
     17 Download
     18 --------
     19 * [dwm-r1615-mpdcontrol.diff](dwm-r1615-mpdcontrol.diff)
     20 
     21 Author
     22 ------
     23 * Barbu Paul - Gheorghe <barbu.paul.gheorghe@gmail.com>