Compare commits
2 Commits
efa4fc0676
...
184f63dc22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
184f63dc22
|
||
|
|
fb25661d9f
|
@@ -54,5 +54,5 @@ scrub:
|
|||||||
fuzzy:
|
fuzzy:
|
||||||
threshold: 0.8
|
threshold: 0.8
|
||||||
chroma:
|
chroma:
|
||||||
auto: no
|
auto: yes
|
||||||
include: [ lyrics.yaml, lastfm.yaml ]
|
include: [ lyrics.yaml, lastfm.yaml ]
|
||||||
|
|||||||
@@ -111,8 +111,8 @@ myConfig =
|
|||||||
("M-S-s", namedScratchpadAction myScratchpads "Terminal"),
|
("M-S-s", namedScratchpadAction myScratchpads "Terminal"),
|
||||||
("M-S-a", namedScratchpadAction myScratchpads "Cal"),
|
("M-S-a", namedScratchpadAction myScratchpads "Cal"),
|
||||||
("M-o", namedScratchpadAction myScratchpads "Btop"),
|
("M-o", namedScratchpadAction myScratchpads "Btop"),
|
||||||
("M-x", spawn "bluetoothctl connect E8:EE:CC:3E:A6:0D"),
|
("M-x", spawn "bluetoothctl connect F4:9D:8A:B9:8C:EE"),
|
||||||
("M-S-x", spawn "bluetoothctl disconnect E8:EE:CC:3E:A6:0D")
|
("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"),
|
`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%"),
|
((0, xF86XK_AudioLowerVolume), spawn "pactl set-sink-volume $(pactl get-default-sink) -10%"),
|
||||||
|
|||||||
Reference in New Issue
Block a user