]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Move elfeed databse
[config.org.git] / config.org
index b8f9625dcbeb9149a3e98dc53c0be07e57f59026..283e33688eee2c0a0978b5863afc9e9143b55454 100644 (file)
@@ -326,6 +326,7 @@ Use elfeed for reading RSS. I have another file with all the feeds in it that I'
   (use-package elfeed
     :bind (("C-c e" . elfeed))
     :config (load "~/.emacs.d/feeds.el")
+    :custom (elfeed-db-directory "~/.emacs.d/elfeed")
     :bind (:map elfeed-search-mode-map ("C-c C-o" . 'elfeed-show-visit)))
 #+end_src
 ** Email
@@ -1194,6 +1195,6 @@ I use tmux in order to keep my st build light. Still learning how it works.
 ** sx
 #+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755)
   autostart &
-  dwmsetroot &
+  dwmblocks &
   exec dwm
 #+end_src