summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-11-21 11:22:18 -0600
committerlxf <sng@luxagraf.net>2022-11-21 11:22:18 -0600
commite777bb54bb71f8d19900703d94e775cac6f7efe1 (patch)
tree955b73e48fbcbe7a1b63a2f8925d7ab321da9317 /.config
parent66f6b4f720d51f305ac96a5a828ef135ec0cb5c1 (diff)
brought dell branch up to date
Diffstat (limited to '.config')
-rw-r--r--.config/newsboat/config50
-rw-r--r--.config/openbox/autostart2
-rw-r--r--.config/openbox/rc.xml31
3 files changed, 73 insertions, 10 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100644
index 0000000..078ce52
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,50 @@
+auto-reload "yes"
+reload-time 360
+text-width 80
+urls-source "ttrss"
+ttrss-flag-star "s"
+ttrss-flag-publish "p"
+ttrss-mode "multi"
+ttrss-login "admin"
+ttrss-password "hyperrealtranslinguis@34zaq"
+ttrss-url "https://rss.luxagraf.net/"
+
+# vim-like navigation
+bind-key j down
+bind-key k up
+bind-key g home
+bind-key G end
+
+#macro y set browser "mpv %u" ; open-in-browser ; set browser "browser %u"
+macro y set browser "tsp yt-dlp %u"; open-in-browser ; set browser "$BROWSER %u"
+macro d set browser "yt-dlp %u &"; open-in-browser-noninteractively; set browser $BROWSER
+confirm-mark-all-feeds-read no
+confirm-mark-feed-read no
+download-full-page yes
+confirm-exit yes
+#browser "~/bin/open-in-pane"
+#browser ~/bin/newsboat-browser.sh
+browser "$BROWSER"
+#browser "xvivaldi-stable & >> /dev/null "
+#browser "firefox-developer-edition"
+bind-key v open-in-browser-and-mark-read
+#bind-key o open-in-browser-and-mark-read
+save-path ~/documents/articles
+bind-key S save
+reload-threads 4
+
+articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
+
+#Solarized colors
+color background default default
+color listnormal default default
+color listfocus black yellow
+color info default black
+color article default default
+
+highlight feedlist "^.* N .*$" cyan default
+highlight articlelist "^.* N .*$" black yellow
+# highlights
+highlight article "^(Title):.*$" yellow default
+highlight article "https?://[^ ]+" blue default
+highlight article "\\[image\\ [0-9]+\\]" green default
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index ddf9b66..6ee039e 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -10,4 +10,4 @@ xset -b
xcape -e 'Control_L=Escape'
xinput --set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Click Method Enabled" 0 1
xinput set-prop 14 "libinput Natural Scrolling Enabled" 1
-feh --bg-fill ~/pictures/desktops/delos.png
+feh --bg-fill ~/pictures/desktops/boat2.jpg
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 55dff8a..af5594e 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -120,15 +120,16 @@
use obconf if you want to change these without having to log out
and back in -->
- <number>3</number>
+ <number>5</number>
<firstdesk>1</firstdesk>
<names>
<name>1</name>
<name>2</name>
<name>3</name>
<name>4</name>
+ <name>5</name>
</names>
- <popupTime>875</popupTime>
+ <popupTime>400</popupTime>
<!-- The number of milliseconds to show the popup for when switching
desktops. Set this to 0 to disable the popup. -->
</desktops>
@@ -196,7 +197,7 @@
<keybind key="A-K">
<action name="GoToDesktop">
<to>right</to>
- <wrap>no</wrap>
+ <wrap>yes</wrap>
</action>
</keybind>
<keybind key="C-A-Up">
@@ -211,21 +212,33 @@
<wrap>no</wrap>
</action>
</keybind>
- <keybind key="S-A-Left">
+ <keybind key="S-A-1">
<action name="SendToDesktop">
- <to>left</to>
+ <to>1</to>
<wrap>no</wrap>
</action>
</keybind>
- <keybind key="S-A-Right">
+ <keybind key="S-A-2">
<action name="SendToDesktop">
- <to>right</to>
+ <to>2</to>
<wrap>no</wrap>
</action>
</keybind>
- <keybind key="S-A-Up">
+ <keybind key="S-A-3">
<action name="SendToDesktop">
- <to>up</to>
+ <to>3</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-4">
+ <action name="SendToDesktop">
+ <to>4</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-5">
+ <action name="SendToDesktop">
+ <to>5</to>
<wrap>no</wrap>
</action>
</keybind>