diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /nom/config.yml | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to 'nom/config.yml')
-rw-r--r-- | nom/config.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/nom/config.yml b/nom/config.yml new file mode 100644 index 0000000..3a412be --- /dev/null +++ b/nom/config.yml @@ -0,0 +1,38 @@ +configpath: /home/sn4il/.config/nom/config.yml +showfavourites: false +version: "" +feeds: + - url: https://codeberg.org/grunfink/snac2/tags.rss + name: Snac2 + - url: https://github.com/yggdrasil-network/yggdrasil-go/releases.atom + name: Yggdrasil + - url: http://dgmag.in/rss.xml + name: Downgrade + - url: https://musicforprogramming.net/rss.xml + name: Music for programming + - url: https://github.com/RSS-Bridge/rss-bridge/releases.atom + name: RSS Bridge releases + - url: https://github.com/go-gitea/gitea/releases.atom + name: Gitea releases + - url: https://github.com/TxtDot/txtdot/releases.atom + name: Txtdot releases + - url: https://github.com/redlib-org/redlib/releases.atom + name: RedLib releases + - url: https://github.com/httpjamesm/AnonymousOverflow/releases.atom + name: AnonOverflow Releases + +theme: + glamour: dark + titleColor: "62" + filterColor: "62" + selectedItemColor: "170" +http: + mintls: TLS 1.2 +openers: + - regex: "youtube" + cmd: "mpvp %s" + - regex: "programming" + cmd: "yandex-browser %s" + - regex: ".*" + cmd: "lynx %s" + takeover: true |