me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

1global: 2 ' ': 3 0: tpause ;; echo mpv Player pause toggled 4 Right: 5 3: next ;; echo mpv Skipped 6 2: mpv seek 5 ;; echo mpv Fast forwarded 5 seconds 7 Left: 8 3: back ;; echo mpv Unskipped 9 2: mpv seek -5 ;; echo mpv Rewinded 5 seconds 10 'y': 11 0: cp ${url} 12 'f': 13 2: run ${browser} '${url}' 14 'c': 15 2: cp ${url} 16search: 17 'a': 18 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 19 'A': 20 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 21 'p': 22 2: parrun mpv '${hover-url}' 23popular: 24 'a': 25 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 26 'p': 27 2: parrun mpv '${hover-url}' 28 'A': 29 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 30trending: 31 'p': 32 2: parrun mpv '${hover-url}' 33 'A': 34 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 35 'a': 36 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 37video: {} 38playlist: 39 'a': 40 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 41 'A': 42 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 43 'p': 44 2: parrun mpv '${hover-url}' 45channel_main: {} 46channel_videos: 47 'a': 48 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 49 'p': 50 2: parrun mpv '${hover-url}' 51 'A': 52 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 53channel_playlists: 54 'p': 55 2: parrun mpv '${hover-url}' 56 'A': 57 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 58 'a': 59 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 60watchhistory: 61 'a': 62 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 63 'p': 64 2: parrun mpv '${hover-url}' 65 'A': 66 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 67feed: 68 'P': 69 1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle 70 'a': 71 2: parrun ${terminal-emulator} mpv '${hover-video-url}' --no-video 72 'p': 73 2: parrun mpv '${hover-video-url}' 74 'A': 75 1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle 76library: 77 'a': 78 2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video 79 'A': 80 1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle 81 'p': 82 2: parrun mpv '${hover-url}'