summaryrefslogtreecommitdiffstats
path: root/dotfiles
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-04 15:57:16 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-04 15:57:16 -0400
commitcbcad0fe018e0d8e71ef4af097ed7b55cf537f68 (patch)
tree8c1223dc9e282fe12f4fa98a610f2f62858c9448 /dotfiles
parenttodo and calendar (diff)
downloadnixos-cbcad0fe018e0d8e71ef4af097ed7b55cf537f68.tar.gz
nixos-cbcad0fe018e0d8e71ef4af097ed7b55cf537f68.tar.bz2
nixos-cbcad0fe018e0d8e71ef4af097ed7b55cf537f68.zip
sfeed
Diffstat (limited to '')
-rw-r--r--dotfiles/sfeed/sfeedrc15
-rw-r--r--dotfiles/sxhkd/sxhkdrc11
2 files changed, 26 insertions, 0 deletions
diff --git a/dotfiles/sfeed/sfeedrc b/dotfiles/sfeed/sfeedrc
new file mode 100644
index 0000000..e12c577
--- /dev/null
+++ b/dotfiles/sfeed/sfeedrc
@@ -0,0 +1,15 @@
+sfeedpath="$HOME/.local/share/sfeed/feeds"
+
+# list of feeds to fetch:
+feeds() {
+ # get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1
+
+ feed "youtube Luke Smith" "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA"
+ feed "youtube Jonathan Pageau The Symbolic World" "https://www.youtube.com/feeds/videos.xml?channel_id=UCtCTSf3UwRU14nYWr_xm-dQ"
+ feed "website Luke Smith" "https://lukesmith.xyz//index.xml"
+ feed "lobsters" "https://lobste.rs/t/person,meta,design,lisp,vim,security,openbsd,c,go,linux,scaling,unix,privacy,devops,hardware,freebsd,reversing,networking,release,databases,virtualization,api,web,rant,emacs,philosophy,satire,practices,vcs,programming,games,haskell,ask,distributed,culture,compilers,elixir,graphics,testing,debugging,cryptography,netbsd,css,performance,dragonflybsd,plt,osdev,email,zig,nix,retrocomputing,editors.rss" "https://lobste.rs"
+ feed "ziglang" "https://ziglang.org/news/index.xml" "https://ziglang.org/"
+ feed "matklad" "https://matklad.github.io/feed.xml"
+ feed "mitchell hashimoto" "https://mitchellh.com/feed.xml"
+ feed "suckless" "https://suckless.org/atom.xml" "https://suckless.org"
+}
diff --git a/dotfiles/sxhkd/sxhkdrc b/dotfiles/sxhkd/sxhkdrc
index a0297cc..13a4ceb 100644
--- a/dotfiles/sxhkd/sxhkdrc
+++ b/dotfiles/sxhkd/sxhkdrc
@@ -7,6 +7,9 @@ super + Return
super + b
@surf@/bin/surf
+super + shift + b
+ @librewolf@/bin/librewolf
+
XF86AudioRaiseVolume
@pamixer@/bin/pamixer -i 5
@@ -24,3 +27,11 @@ super + shift + s
super + l
@lockscreen@/bin/lock-screen
+
+super + f
+ @st@/bin/st -e @sfeed@/bin/sfeed_curses ~/.local/share/sfeed/feeds/*
+
+super + m
+ @st@/bin/st -e @rmpc@/bin/rmpc
+
+