From 924a44618fb9bd52697fd9f1125df6159384bf48 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 8 Dec 2018 16:01:11 -0500 Subject: entr command to replace podboat --- .config/i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 78a4a19..39b6bc1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -60,9 +60,11 @@ exec --no-startup-id 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 i3mpdupdate +exec_always --no-startup-id i3mpdupdate # mpd startup exec --no-startup-id mpd +# Podboat automatic queue and download +exec --no-startup-id podentr # Set Xresources colors: set_from_resource $darkblack color0 #000000 -- cgit v1.3.1