diff --git a/system/.config/cmus/rc b/system/.config/cmus/rc index 11eeff6..e1f8359 100644 --- a/system/.config/cmus/rc +++ b/system/.config/cmus/rc @@ -1 +1 @@ -set display_artist_sort_name=/home/severin/.local/bin/cmus-cover \ No newline at end of file +set status_display_program=/home/severin/.local/bin/cmus-cover \ No newline at end of file diff --git a/system/.config/i3/config b/system/.config/i3/config index ed448e3..161bcb1 100644 --- a/system/.config/i3/config +++ b/system/.config/i3/config @@ -224,13 +224,21 @@ bindsym XF86AudioPrev exec --no-startup-id cmus-remote -r bindsym $mod+Control+Left exec --no-startup-id cmus-remote -r -exec --no-startup-id "i3-msg 'workspace 10: ; append_layout -/home/severin/.config/i3/workspace-10.json'" +exec --no-startup-id "i3-msg 'workspace 10: ; \ +append_layout /home/severin/.config/i3/workspace-10.json; \ +exec termite -e cmus --name cmus; \ +exec termite -e cava --name cava; \ +exec sxiv -b -s f $HOME/.local/share/cmus/.cover'" -exec --no-startup-id "i3-msg 'workspace 2: ; append_layout -/home/severin/.config/i3/workspace-2.json'" -exec --no-startup-id "i3-msg 'workspace 1: " +exec --no-startup-id "i3-msg 'workspace 2: ; \ +append_layout /home/severin/.config/i3/workspace-2.json; \ +exec termite; \ +exec termite; \ +exec termite; \ +exec termite'" + +exec --no-startup-id "i3-msg 'workspace 1: '" ############################################################################### # Startup applications # @@ -253,15 +261,9 @@ exec_always --no-startup-id wallpaper # Other applications exec autokey-gtk exec google-chrome-beta -exec termite -exec termite -exec termite -exec termite + exec discord exec nemo exec nemo exec keepassxc exec notable -exec termite -e cmus --name cmus -exec termite -e cava --name cava -exec sxiv -b -s f $HOME/.local/share/cmus/.cover \ No newline at end of file