diff --git a/confs/mopidy.conf b/confs/mopidy.conf index 6d32b69..e9789b3 100644 --- a/confs/mopidy.conf +++ b/confs/mopidy.conf @@ -75,10 +75,10 @@ enabled = false [m3u] enabled = true -#base_dir = $XDG_MUSIC_DIR +#base_dir = /mnt/music/diskstation1/playlists default_encoding = latin-1 default_extension = .m3u8 -playlists_dir = /mnt/music/diskstation1/playlists +#playlists_dir = /mnt/music/diskstation1/playlists [softwaremixer] enabled = true diff --git a/meta/configs/fonts-linux.yaml b/meta/configs/fonts-linux.yaml index 7ce9c18..4dbdcf0 100644 --- a/meta/configs/fonts-linux.yaml +++ b/meta/configs/fonts-linux.yaml @@ -1,6 +1,6 @@ - link: - ~/.fonts: fonts + ~/.local/share/fonts: fonts - shell: - - command: fc-cache -fv ~/.fonts + command: fc-cache -fv ~/.local/share/fonts stdout: true diff --git a/meta/github/asymptote-config b/meta/github/asymptote-config index 29f5ba3..49fd0ad 160000 --- a/meta/github/asymptote-config +++ b/meta/github/asymptote-config @@ -1 +1 @@ -Subproject commit 29f5ba3995db0229e6f8a6176a52ae3dbcf7e580 +Subproject commit 49fd0adfae089eccaf15f00fbbebddd7db2438f8 diff --git a/meta/github/awesome b/meta/github/awesome index 95bd0b6..c77dd16 160000 --- a/meta/github/awesome +++ b/meta/github/awesome @@ -1 +1 @@ -Subproject commit 95bd0b6f845d2577f1e74e6c2b356f000b16a3cd +Subproject commit c77dd169734609fbf485aa787cc156d13e6aa051 diff --git a/meta/github/dotbot b/meta/github/dotbot index f197ede..2c8a043 160000 --- a/meta/github/dotbot +++ b/meta/github/dotbot @@ -1 +1 @@ -Subproject commit f197ededb11e7613aa0f4c5f88311e9ab4653749 +Subproject commit 2c8a0431edfd826c8caa4afbfa22ca408e745db6 diff --git a/meta/github/oh-my-zsh b/meta/github/oh-my-zsh index f9e7c45..e204c59 160000 --- a/meta/github/oh-my-zsh +++ b/meta/github/oh-my-zsh @@ -1 +1 @@ -Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a +Subproject commit e204c596ef5a1075914c5e7810ec1eba4bbe7411 diff --git a/ncmpcpp/config b/ncmpcpp/config index 072c2bd..66d70e5 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -21,7 +21,7 @@ ## (eg. ncmpc) also use that location. ## # -#lyrics_directory = ~/.lyrics +lyrics_directory = /mnt/diskstation1/music/lyrics # ##### connection settings ##### # @@ -292,7 +292,7 @@ song_columns_list_format = (4)[]{: } (20)[]{a:Artiste} (6f)[white]{nE:Piste} (50 ## Note: Custom command that will be executed each ## time song changes. Useful for notifications etc. ## -execute_on_song_change = "~/.ncmpcpp/art.sh" +#execute_on_song_change = "~/.ncmpcpp/art.sh" # #playlist_show_mpd_host = no # diff --git a/vim/vim/pack/kite/start/vim-plugin/VERSION b/vim/vim/pack/kite/start/vim-plugin/VERSION index 78a3e6e..9f1a864 100644 --- a/vim/vim/pack/kite/start/vim-plugin/VERSION +++ b/vim/vim/pack/kite/start/vim-plugin/VERSION @@ -1 +1 @@ -1.0.55 +1.0.57 diff --git a/vim/vimrc b/vim/vimrc index 876fd84..1721d53 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -32,7 +32,7 @@ set nowrap cnoremap w!! w !sudo tee > /dev/null % " Start in insert mode for ALL files -au BufRead,BufNewFile * startinsert +"au BufRead,BufNewFile * startinsert "startinsert diff --git a/x/Xresources b/x/Xresources index 836f024..2b14859 100644 --- a/x/Xresources +++ b/x/Xresources @@ -54,7 +54,7 @@ ssh-askpass.Indicator.maximumCount: 24 ! Urxvt ! ------------------------------------------------------------------------------ URxvt.perl-lib: /home/jeff/.urxvt -URxvt*termName: rxvt-unicode +URxvt*termName: rxvt-color URxvt*font: xft:Hack:pixelsize=15:style=regular !URxvt.letterSpace: -1 URxvt.depth: 32 diff --git a/zsh/custom/themes/dracula b/zsh/custom/themes/dracula index 2205807..db297f2 160000 --- a/zsh/custom/themes/dracula +++ b/zsh/custom/themes/dracula @@ -1 +1 @@ -Subproject commit 22058079469b74af07f1f4984df505f9b5156c1f +Subproject commit db297f203ecffe21f1c1ae36654b8a25a4d3728f diff --git a/zsh/zshenv b/zsh/zshenv index 00fc67f..02a4b34 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -20,5 +20,5 @@ export NVM_DIR="$HOME/nvm" # environment variables export EDITOR=nano export XDG_CURRENT_DESKTOP= -# export DESKTOP_SESSION= +export DESKTOP_SESSION= export XDG_DATA_DIRS="/home/jeff/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:$XDG_DATA_DIRS"