Move all config files from .config/ into themes/dracula/.config/ so the dm tool can manage them as file-level symlinks. Removes .bak file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
82 lines
2.5 KiB
YAML
82 lines
2.5 KiB
YAML
global:
|
|
' ':
|
|
0: tpause ;; echo mpv Player pause toggled
|
|
Left:
|
|
3: back ;; echo mpv Unskipped
|
|
2: mpv seek -5 ;; echo mpv Rewinded 5 seconds
|
|
'f':
|
|
2: run ${browser} '${url}'
|
|
Right:
|
|
2: mpv seek 5 ;; echo mpv Fast forwarded 5 seconds
|
|
3: next ;; echo mpv Skipped
|
|
'c':
|
|
2: cp ${url}
|
|
'y':
|
|
0: cp ${url}
|
|
search:
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
popular:
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
trending:
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
video: {}
|
|
playlist:
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
channel_main: {}
|
|
channel_videos:
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
channel_playlists:
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
watchhistory:
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|
|
feed:
|
|
'P':
|
|
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
|
|
'p':
|
|
2: parrun mpv '${hover-video-url}'
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-video-url}' --no-video
|
|
library:
|
|
'a':
|
|
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
|
|
'A':
|
|
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
|
|
'p':
|
|
2: parrun mpv '${hover-url}'
|