Compare commits

...

2 Commits

Author SHA1 Message Date
Daniele Fucini
184f63dc22 Update beets config 2025-12-11 11:08:14 +01:00
Daniele Fucini
fb25661d9f Update XMonad keyboard shortcuts 2025-12-11 11:07:52 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -54,5 +54,5 @@ scrub:
fuzzy:
threshold: 0.8
chroma:
auto: no
auto: yes
include: [ lyrics.yaml, lastfm.yaml ]

View File

@@ -111,8 +111,8 @@ myConfig =
("M-S-s", namedScratchpadAction myScratchpads "Terminal"),
("M-S-a", namedScratchpadAction myScratchpads "Cal"),
("M-o", namedScratchpadAction myScratchpads "Btop"),
("M-x", spawn "bluetoothctl connect E8:EE:CC:3E:A6:0D"),
("M-S-x", spawn "bluetoothctl disconnect E8:EE:CC:3E:A6:0D")
("M-x", spawn "bluetoothctl connect F4:9D:8A:B9:8C:EE"),
("M-S-x", spawn "bluetoothctl disconnect F4:9D:8A:B9:8C:EE")
]
`additionalKeys` [ ((0, xF86XK_AudioMute), spawn "pactl set-sink-mute $(pactl get-default-sink) toggle"),
((0, xF86XK_AudioLowerVolume), spawn "pactl set-sink-volume $(pactl get-default-sink) -10%"),