]> git.armaanb.net Git - config.org.git/blobdiff - config.org
sx: move autostart into dwm config
[config.org.git] / config.org
index cff07c80e85e97828398a96cfb70b800033e552f..96b81d868b5c9be8e3c68295bd707e000b27d084 100644 (file)
@@ -655,6 +655,11 @@ The best file manager!
     :config (evil-collection-define-key 'normal 'dired-mode-map
       "H" 'dired-hide-dotfiles-mode))
 #+end_src
+** Man
+#+begin_src emacs-lisp
+  (use-package man
+    :bind ("C-c t" . man))
+#+end_src
 ** Git
 *** Magit
 A very good Git interface.
@@ -1162,7 +1167,5 @@ I use tmux in order to keep my st build light. Still learning how it works.
 #+end_src
 ** sx
 #+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755)
-  autostart &
-  dwmblocks &
   exec dwm
 #+end_src