aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-05 15:57:59 +0530
committerkrolyxon <me@krolyxon.com>2026-06-05 15:57:59 +0530
commit59983e55b80f52138943da56024d28bb62d5c49f (patch)
tree278552c58d82bf4317d35497ad697ebe465b50aa
parent2224311fd680f51d79601e3e8ae013291a1d20b4 (diff)
get rid of newsboatHEADmaster
I have come to realization that i have not been using newsboat to read my RSS feeds for a long time, so lets just get rid of it at this point
-rw-r--r--.config/hypr/source/keybinds.conf2
-rw-r--r--.config/newsboat/config46
-rw-r--r--.config/newsboat/urls18
-rw-r--r--packages/pkg_optional.sh1
4 files changed, 1 insertions, 66 deletions
diff --git a/.config/hypr/source/keybinds.conf b/.config/hypr/source/keybinds.conf
index 6560832..eda98b1 100644
--- a/.config/hypr/source/keybinds.conf
+++ b/.config/hypr/source/keybinds.conf
@@ -15,7 +15,7 @@ bind = $mainMod SHIFT, F, Fullscreen, 1
# Smart Float: Toggle float -> Resize to 90% -> Center
bind = $mainMod SHIFT, R, exec, if hyprctl -j activewindow | jq -e '.floating | not'; then hyprctl --batch "dispatch togglefloating; dispatch resizeactive exact 90% 90%; dispatch centerwindow"; else hyprctl dispatch togglefloating; fi
bind = $mainMod, R, exec, $menu
-bind = $mainMod SHIFT, P, pseudo, # dwindle
+#bind = $mainMod SHIFT, P, pseudo, # dwindle
binde = $mainMod, tab, cyclenext, prev
bind = $mainMod, b, exec, killall waybar || waybar
bind = $mainMod, grave, exec, fuzzelunicode
diff --git a/.config/newsboat/config b/.config/newsboat/config
deleted file mode 100644
index 3998b72..0000000
--- a/.config/newsboat/config
+++ /dev/null
@@ -1,46 +0,0 @@
-auto-reload yes
-
-unbind-key j
-unbind-key k
-unbind-key h
-unbind-key H
-unbind-key L
-unbind-key c
-unbind-key ,
-browser "brave -incognito %u"
-
-# Feed settings
-prepopulate-query-feeds yes
-refresh-on-startup yes
-
-macro w set browser "mpv %u" ; open-in-browser ; set browser "librewolf %u"
-
-# bind keys
-bind-key ; macro-prefix
-bind-key h quit
-bind-key BACKSPACE quit
-bind-key j down
-bind-key k up
-bind-key l open
-bind-key H prev-feed
-bind-key L next-feed
-bind-key c toggle-show-read-feeds
-
-color listnormal color15 default
-color listnormal_unread color2 default
-color listfocus_unread color2 color0
-color listfocus default color0
-color background default default
-color article default default
-color end-of-text-marker color8 default
-color info color4 color8
-color hint-separator default color8
-color hint-description default color8
-color title color14 color8
-
-highlight article "^(Feed|Title|Author|Link|Date): .+" color4 default bold
-highlight article "^(Feed|Title|Author|Link|Date):" color14 default bold
-
-highlight article "\\((link|image|video)\\)" color8 default
-highlight article "https?://[^ ]+" color4 default
-highlight article "\[[0-9]+\]" color6 default bold
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
deleted file mode 100644
index 71e0880..0000000
--- a/.config/newsboat/urls
+++ /dev/null
@@ -1,18 +0,0 @@
-"---NEWS---"
-https://news.ycombinator.com/rss
-https://blog.rust-lang.org/feed.xml "programming"
-https://www.archlinux.org/feeds/news/ "tech"
-https://artixlinux.org/feed.php "tech"
-
-
-https://matklad.github.io/feed.xml "programming"
-https://fasterthanli.me/index.xml "programming"
-https://thesquareplanet.com/feed.xml
-https://gnulinuxindia.org/index.xml
-https://cedaei.com/index.xml
-https://krolyxon.xyz/rss.xml
-https://lukesmith.xyz/rss.xml
-https://landchad.net/rss
-https://togglebit.io/atom.xml
-https://ben.page/rss
-https://albert.nz/rss.xml
diff --git a/packages/pkg_optional.sh b/packages/pkg_optional.sh
index 1e5464e..d266713 100644
--- a/packages/pkg_optional.sh
+++ b/packages/pkg_optional.sh
@@ -4,7 +4,6 @@ export pkg_optional=(
"obsidian"
"syncthing"
"libreoffice-fresh"
- "newsboat"
"obs-studio"
"telegram-desktop"
"torbrowser-launcher"