From 74d169974ab2c777189727e5fc41e84916dba878 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 16 Aug 2018 13:23:38 -0400 Subject: i3mpdupdate fix --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index d654b62..7ae2e63 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -44,7 +44,7 @@ exec --no-startup-id ~/.scripts/remaps # Unclutter makes the mouse invisible after a brief period exec --no-startup-id unclutter # Run the script to update the mpd i3block on change. -exec --no-startup-id "pgrep -x i3mpdupdate || i3mpdupdate" +exec --no-startup-id i3mpdupdate # Remove recording icon if not properly closed on last shutdown. exec --no-startup-id rm -f ~/.larbs/.recording # Network manager applet -- cgit v1.3.1