diff options
-rw-r--r-- | .config/beets/config.yaml | 35 | ||||
-rwxr-xr-x | .config/herbstluftwm/autostart | 3 | ||||
-rw-r--r-- | .config/pms/rc | 1 |
3 files changed, 37 insertions, 2 deletions
diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml new file mode 100644 index 0000000..94ceaeb --- /dev/null +++ b/.config/beets/config.yaml @@ -0,0 +1,35 @@ +########## +# MAIN # +########## + +directory: ~/music +library: ~/.config/beets/library.blb + +############### +# IMPORTING # +############### + +import: + copy: yes + group_albums: yes + timid: no + +match: + ignored: missing_tracks unmatched_tracks + +############# +# PLUGINS # +############# + +plugins: discogs fetchart fuzzy info mpdupdate scrub + +fetchart: + auto: yes + +fuzzy: + prefix: '@' + threshold: 0.8 + +mpd: + host: localhost + port: 6600 diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 238cbbe..2778f8b 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -169,7 +169,8 @@ hc rule focus=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off # set apppropriate things to pseudotile hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on -hc rule class~'(SleepIsDeathApp|freeciv-sdl|milkytracker|FTL|Tegaki-recognize|PlayOnLinux|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on +hc rule class~'(VBoxSDL|SleepIsDeathApp|freeciv-sdl|milkytracker)' pseudotile=on focus=on +hc rule class~'(FTL|Tegaki-recognize|PlayOnLinux|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on # unlock, just to be sure hc unlock diff --git a/.config/pms/rc b/.config/pms/rc index 71a5ae1..e46c409 100644 --- a/.config/pms/rc +++ b/.config/pms/rc @@ -2,7 +2,6 @@ set startuplist=library set playmode=random set scroll=centered -set followcursor set ignorecase set noregexsearch |