]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: move distcc files
[config.org.git] / config.org
index 8092899659dff9d81ba8442a8ce0ea9942bd6451..814c963684cbe102890d97cc5f9427502e6fbdbd 100644 (file)
@@ -904,6 +904,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export GOPATH="$HOME/.local/share/go"
   export JUPYTER_CONFIG_DIR="$HOME/.config/jupyter"
   export IPYTHON_DIR="$HOME/.local/share/ipython"
+  export DISTCC_DIR="$HOME/.local/state/distcc"
 
   export PAGER='less'
   export GTK_USE_PORTAL=1
@@ -1108,26 +1109,12 @@ Make MPV play a little bit smoother.
 The best document reader!
 *** Options
 #+begin_src conf :tangle ~/.config/zathura/zathurarc
-  map <C-i> recolor
-  map <A-b> toggle_statusbar
   set selection-clipboard clipboard
   set scroll-step 200
 
   set window-title-basename "true"
   set selection-clipboard "clipboard"
 #+end_src
-*** Colors
-#+begin_src conf :tangle ~/.config/zathura/zathurarc
-  set default-bg         "#000000"
-  set default-fg         "#ffffff"
-  set render-loading     true
-  set render-loading-bg  "#000000"
-  set render-loading-fg  "#ffffff"
-
-  set recolor-lightcolor "#000000" # bg
-  set recolor-darkcolor  "#ffffff" # fg
-  set recolor            "true"
-#+end_src
 ** Tmux
 I use tmux in order to keep my st build light. Still learning how it works.
 #+begin_src conf :tangle ~/.config/tmux/tmux.conf