From 64dc44f819119d31485d776e9c371f1ed12d07f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Mar 2017 22:35:58 +0100 Subject: Fix ncmpcpp start by i3blocks and xrandr name --- config/i3blocks/scripts/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/i3blocks/scripts') diff --git a/config/i3blocks/scripts/mpd b/config/i3blocks/scripts/mpd index f8a6644..637623e 100755 --- a/config/i3blocks/scripts/mpd +++ b/config/i3blocks/scripts/mpd @@ -8,7 +8,7 @@ case "$BLOCK_BUTTON" in mpc stop >/dev/null ;; 3) - nohup urxvt -title "Music player daemon client" -e ncmpcpp & + nohup urxvt -title "Music player daemon client" -e ncmpcpp 2>&1 >/dev/null & ;; 4) mpc prev >/dev/null -- cgit v1.2.3