up
This commit is contained in:
parent
5059aceb09
commit
ca3aa9c148
@ -75,10 +75,10 @@ enabled = false
|
|||||||
|
|
||||||
[m3u]
|
[m3u]
|
||||||
enabled = true
|
enabled = true
|
||||||
#base_dir = $XDG_MUSIC_DIR
|
#base_dir = /mnt/music/diskstation1/playlists
|
||||||
default_encoding = latin-1
|
default_encoding = latin-1
|
||||||
default_extension = .m3u8
|
default_extension = .m3u8
|
||||||
playlists_dir = /mnt/music/diskstation1/playlists
|
#playlists_dir = /mnt/music/diskstation1/playlists
|
||||||
|
|
||||||
[softwaremixer]
|
[softwaremixer]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.fonts: fonts
|
~/.local/share/fonts: fonts
|
||||||
- shell:
|
- shell:
|
||||||
-
|
-
|
||||||
command: fc-cache -fv ~/.fonts
|
command: fc-cache -fv ~/.local/share/fonts
|
||||||
stdout: true
|
stdout: true
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 29f5ba3995db0229e6f8a6176a52ae3dbcf7e580
|
Subproject commit 49fd0adfae089eccaf15f00fbbebddd7db2438f8
|
@ -1 +1 @@
|
|||||||
Subproject commit 95bd0b6f845d2577f1e74e6c2b356f000b16a3cd
|
Subproject commit c77dd169734609fbf485aa787cc156d13e6aa051
|
@ -1 +1 @@
|
|||||||
Subproject commit f197ededb11e7613aa0f4c5f88311e9ab4653749
|
Subproject commit 2c8a0431edfd826c8caa4afbfa22ca408e745db6
|
@ -1 +1 @@
|
|||||||
Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a
|
Subproject commit e204c596ef5a1075914c5e7810ec1eba4bbe7411
|
@ -21,7 +21,7 @@
|
|||||||
## (eg. ncmpc) also use that location.
|
## (eg. ncmpc) also use that location.
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
#lyrics_directory = ~/.lyrics
|
lyrics_directory = /mnt/diskstation1/music/lyrics
|
||||||
#
|
#
|
||||||
##### connection settings #####
|
##### 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
|
## Note: Custom command that will be executed each
|
||||||
## time song changes. Useful for notifications etc.
|
## 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
|
#playlist_show_mpd_host = no
|
||||||
#
|
#
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.55
|
1.0.57
|
||||||
|
@ -32,7 +32,7 @@ set nowrap
|
|||||||
cnoremap w!! w !sudo tee > /dev/null %
|
cnoremap w!! w !sudo tee > /dev/null %
|
||||||
|
|
||||||
" Start in insert mode for ALL files
|
" Start in insert mode for ALL files
|
||||||
au BufRead,BufNewFile * startinsert
|
"au BufRead,BufNewFile * startinsert
|
||||||
"startinsert
|
"startinsert
|
||||||
|
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ ssh-askpass.Indicator.maximumCount: 24
|
|||||||
! Urxvt
|
! Urxvt
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
URxvt.perl-lib: /home/jeff/.urxvt
|
URxvt.perl-lib: /home/jeff/.urxvt
|
||||||
URxvt*termName: rxvt-unicode
|
URxvt*termName: rxvt-color
|
||||||
URxvt*font: xft:Hack:pixelsize=15:style=regular
|
URxvt*font: xft:Hack:pixelsize=15:style=regular
|
||||||
!URxvt.letterSpace: -1
|
!URxvt.letterSpace: -1
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 22058079469b74af07f1f4984df505f9b5156c1f
|
Subproject commit db297f203ecffe21f1c1ae36654b8a25a4d3728f
|
@ -20,5 +20,5 @@ export NVM_DIR="$HOME/nvm"
|
|||||||
# environment variables
|
# environment variables
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
export XDG_CURRENT_DESKTOP=
|
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"
|
export XDG_DATA_DIRS="/home/jeff/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:$XDG_DATA_DIRS"
|
||||||
|
Loading…
Reference in New Issue
Block a user