pewp
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
directory: /mnt/storage/music/slsk/to-sort
|
directory: ~/Music/Sort
|
||||||
library: ~/.config/beets/beets-library.db
|
library: ~/.config/beets/beets-library.db
|
||||||
|
|
||||||
plugins: musicbrainz
|
plugins: musicbrainz fetchart
|
||||||
|
|
||||||
import:
|
import:
|
||||||
move: yes
|
move: yes
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
default: %lower{$albumartist} - $year - %lower{$album}/$track - $title
|
default: %lower{$albumartist} - $year - %lower{$album}/$track - $title
|
||||||
|
|
||||||
plugins: fetchart
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ input {
|
|||||||
// Find more information on the wiki:
|
// Find more information on the wiki:
|
||||||
// https://yalter.github.io/niri/Configuration:-Outputs
|
// https://yalter.github.io/niri/Configuration:-Outputs
|
||||||
// Remember to uncomment the node by removing "/-"!
|
// Remember to uncomment the node by removing "/-"!
|
||||||
output "DP-4" {
|
output "HDMI-A-2" {
|
||||||
mode "2560x1440@179.959"
|
mode "2560x1440@179.959"
|
||||||
position x=0 y=0
|
position x=0 y=0
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -128,6 +128,9 @@ alias gcom='git commit -m'
|
|||||||
|
|
||||||
alias h='history 1'
|
alias h='history 1'
|
||||||
|
|
||||||
|
alias pkg='nvim ~/Code/arch-ansible/roles/packages/tasks/main.yml'
|
||||||
|
alias pkg-aur='nvim ~/Code/arch-ansible/scripts/aur-pkg-install.sh'
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# FUNCTIONS
|
# FUNCTIONS
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user