diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-01 15:10:13 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-01 15:10:13 -0500 |
| commit | 2f2e45cbe4ce2d9fd9a295c983fad2158574261b (patch) | |
| tree | 20d7e0ac4bb311afb7e2eead0c37a305dfaca97f /.config | |
| parent | 212f6853f7d55c6f72222e634228689b34fcf24b (diff) | |
| download | eibhear-2f2e45cbe4ce2d9fd9a295c983fad2158574261b.tar.gz eibhear-2f2e45cbe4ce2d9fd9a295c983fad2158574261b.tar.zst eibhear-2f2e45cbe4ce2d9fd9a295c983fad2158574261b.zip | |
mpd start before mpdupdate
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index e0486ce..d9bcefc 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -44,6 +44,8 @@ for_window [instance="dropdown_dropdowncalc"] border pixel 2 for_window [instance="dropdown_*"] move position center # #---Starting External Scripts---# # +# mpd startup +exec --no-startup-id mpd # Setting the background: exec --no-startup-id setbg # Starts dunst for notifications: @@ -56,8 +58,6 @@ exec --no-startup-id remaps exec --no-startup-id unclutter # Run the script to update the mpd i3block on change. exec_always --no-startup-id mpdupdate -# mpd startup -exec --no-startup-id mpd # Podboat automatic queue and download exec_always --no-startup-id podentr |
