diff options
| author | 2012-01-18 15:11:49 +0100 | |
|---|---|---|
| committer | 2012-01-18 15:11:49 +0100 | |
| commit | 2fa17c7dc3b96bdcb42df7be22e85d23cd7cf06a (patch) | |
| tree | bc86e9067716549304a793e19a9f31ecf4166d0d /.xinitrc | |
| parent | 39251d505f38d9a912aebffddcc60f312ec768a8 (diff) | |
| download | dotfiles-2fa17c7dc3b96bdcb42df7be22e85d23cd7cf06a.tar.gz dotfiles-2fa17c7dc3b96bdcb42df7be22e85d23cd7cf06a.zip | |
.xinitrc
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ then mpdscribble & fi -mpc idleloop player | { while read tst; do notify-send mpc current; done } & +mpc idleloop player | { while read; do notify-send mpc current; done } & # -----[ Start notifier ]--------------------------------------------- /usr/bin/dunst \ |
