From 17844e932f40a53f22a956a5285bc6a3015c85c3 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 23 Feb 2022 15:04:22 +0100 Subject: [PATCH] Spotify and tmux conf --- spotifyd.toml | 2 -- tmux.conf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/spotifyd.toml b/spotifyd.toml index f893ea47..3ccee408 100644 --- a/spotifyd.toml +++ b/spotifyd.toml @@ -15,5 +15,3 @@ volume_normalisation = false cache_path = '/Users/webgefrickel/Music' no_audio_cache = false - - diff --git a/tmux.conf b/tmux.conf index 5b738c9d..c4c216fe 100644 --- a/tmux.conf +++ b/tmux.conf @@ -40,7 +40,7 @@ set -g window-status-format '#[fg=white,bg=default] #I #W ' set -g window-status-current-format '#[fg=blue,bg=black]#[fg=black,bg=blue] #I #W #[fg=blue,bg=black]#[fg=blue,bg=black,nobold]' # Plugin configuration -set -g @resurrect-processes 'nnn v nvim m neomutt' +set -g @resurrect-processes 'nnn v nvim m neomutt spt git gs' set -g @continuum-restore 'on' set -g @continuum-boot 'off'