diff options
Diffstat (limited to 'config/ncmpcpp')
-rw-r--r-- | config/ncmpcpp/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index c19ea83..de62252 100644 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -258,7 +258,7 @@ current_item_inactive_column_suffix = $/r$(end) ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change = "notify-send --expire-time=3500 "MPD: Now Playing" "$(mpc current)"" +execute_on_song_change = "notif -t mpd -s 3 "MPD: Now Playing" "$(mpc current)"" # ## ## Note: Custom command that will be executed each time player state |