This commit is contained in:
2026-04-06 07:09:47 -07:00
parent 622b723ae8
commit a6c7ab036d
3 changed files with 6 additions and 5 deletions
+2 -4
View File
@@ -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
+1 -1
View File
@@ -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
} }
+3
View File
@@ -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
####################################################### #######################################################