]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: move distcc files
[config.org.git] / config.org
index 43cb75893fd88c04bb90c8331d2e0dd1a78facf8..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
@@ -931,7 +932,6 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
 #+begin_src shell :tangle ~/.config/ash/ashrc
   export KISS_PATH=""
   export KISS_PATH="$KISS_PATH:$HOME/repos/personal"
-  export KISS_PATH="$KISS_PATH:$HOME/repos/bin/bin"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/core"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/extra"
   export KISS_PATH="$KISS_PATH:$HOME/repos/main/xorg"
@@ -1109,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
@@ -1179,5 +1165,6 @@ 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)
+  xhost +
   exec dwm
 #+end_src