diff options
Diffstat (limited to '.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 |
