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.

Handlr config

james7132 239c9cd6 8a2b79fd

+20
+20
.config/handlr/handlr.toml
··· 1 + enable_selector = false 2 + selector = "fuzzel -dmenu -i -p 'Open With: '" 3 + term_exec_args = '-e' 4 + expand_wildcards = false 5 + 6 + [[handlers]] 7 + exec = "mpv %u" 8 + terminal = false 9 + regexes = ['(https://)?(www\.)?youtu(be\.com|\.be)/*.'] 10 + 11 + [[handlers]] 12 + exec = "librewolf %u" 13 + terminal = false 14 + regexes = [ 15 + 'http://*', 16 + '(https://)?(www\.)?bsky.app/*.', 17 + '(https://)?(www\.)?github.com/*.', 18 + '(https://)?(www\.)?reddit.com/*.', 19 + '(https://)?(.*\.)?spotify.com/*.', 20 + ]