diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:11 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:11 -0500 |
| commit | 924a44618fb9bd52697fd9f1125df6159384bf48 (patch) | |
| tree | ff4105ac179c2272f215ee5f47a23140553edaf6 /.config/i3/config | |
| parent | f4d2ac1419e016e5fda944249f37733b4e0e3df3 (diff) | |
| download | eibhear-924a44618fb9bd52697fd9f1125df6159384bf48.tar.gz eibhear-924a44618fb9bd52697fd9f1125df6159384bf48.tar.zst eibhear-924a44618fb9bd52697fd9f1125df6159384bf48.zip | |
entr command to replace podboat
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
