Personal dotfiles. Install via curl -Lks https://bit.ly/2Jlynh5 | /bin/bash -x
0
fork

Configure Feed

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

Fix up handlr

james7132 07e5da7e a3fe0fb3

+10 -5
+10 -5
.config/handlr/handlr.toml
··· 9 9 regexes = ['(https://)?(www\.)?youtu(be\.com|\.be)/*.'] 10 10 11 11 [[handlers]] 12 + exec = "tor-browser %u" 13 + terminal = false 14 + regexes = ['https://.*\.onion'] 15 + 16 + [[handlers]] 12 17 exec = "librewolf %u" 13 18 terminal = false 14 19 regexes = [ 15 - 'http://*', 16 - '(https://)?(www\.)?bsky.app/*.', 17 - '(https://)?(www\.)?github.com/*.', 18 - '(https://)?(www\.)?reddit.com/*.', 19 - '(https://)?(.*\.)?spotify.com/*.', 20 + 'http://.*', 21 + '(https://)?(www\.)?bsky.app/.*', 22 + '(https://)?(www\.)?github.com/.*', 23 + '(https://)?(.*\.)?reddit.com/.*', 24 + '(https://)?(.*\.)?spotify.com/.*', 20 25 ]