summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-12-27 11:25:15 -0500
committerluxagraf <sng@luxagraf.net>2023-12-27 11:25:15 -0500
commit67f7bd972d749d56508d300411f91f95fda2d3ee (patch)
treeb4e488a768b96ef0c0e32aa6759f377a2dc7de90 /.config
parent7380bd8704baa93e56832fd1bf1bd573e6e3a2d5 (diff)
various dotfile updates from the past couple months
Diffstat (limited to '.config')
-rw-r--r--.config/newsboat/urls2
-rw-r--r--.config/openbox/autostart2
-rw-r--r--.config/openbox/rc.xml22
3 files changed, 25 insertions, 1 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
index 2847664..f534ab8 100644
--- a/.config/newsboat/urls
+++ b/.config/newsboat/urls
@@ -6,6 +6,8 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCMbDlOwmmQnkRmcb2_5WERg
https://www.youtube.com/feeds/videos.xml?channel_id=UC6mqP1-mgcJeAfdDu4C_qyA
https://www.youtube.com/feeds/videos.xml?channel_id=UCE4vct4tqxSuG4JH6vMVZSA
https://www.youtube.com/feeds/videos.xml?channel_id=UC_43mQmHwHPTBBqImFrWU3Q
+https://www.youtube.com/feeds/videos.xml?channel_id=UCaz5--IySuD9sTzkMgO_hoQ
+https://inhab.it/feed.rss
https://solar.lowtechmagazine.com/posts/index.xml
http://www.ecosophia.net/feed/
http://ecosophia.dreamwidth.org/data/rss
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 871901b..ec0ab94 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -3,7 +3,7 @@ tint2 &
redshift-gtk -l 34.3065:-82.66374 &
nm-applet &
clipmenud &
-urxvt &
+kitty &
mpd &
syncthingtray &
xset r rate 251 25 &
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index d2f040b..d15e3fe 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -336,6 +336,25 @@
</action>
</keybind>
<!-- Keybindings for window switching -->
+ <keybind key="A-h">
+ <action name="UnmaximizeFull"/>
+ <action name="MoveResizeTo">
+ <x>1</x>
+ <y>center</y>
+ <width>50/100</width>
+ <height>100/100</height>
+ </action>
+ </keybind>
+ <!-- Right -->
+ <keybind key="A-l">
+ <action name="UnmaximizeFull"/>
+ <action name="MoveResizeTo">
+ <x>-1</x>
+ <y>center</y>
+ <width>50/100</width>
+ <height>100/100</height>
+ </action>
+ </keybind>
<keybind key="A-Tab">
<action name="NextWindow">
<finalactions>
@@ -855,6 +874,9 @@
<application class="URxvt">
<decor>no</decor>
</application>
+ <application class="kitty">
+ <decor>no</decor>
+ </application>
<application class="vivaldi-snapshot">
<decor>no</decor>
</application>