X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=fc47ba8b4b58d503708dc840d7cc5fac6fa06e57;hb=069e2fcc2febcb8bf6069c2269755797a84a2022;hp=dd8e92df170e5bcc2a9e8ff056709c2080b47109;hpb=f9c11e5ab2bf713cb9394822252ca14bef3a77e8;p=config.org.git diff --git a/config.org b/config.org index dd8e92d..fc47ba8 100644 --- a/config.org +++ b/config.org @@ -972,7 +972,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac export PATH="/home/armaa/src/bin:$PATH" export PATH="/home/armaa/src/bin/bin:$PATH" export PATH="/home/armaa/.local/bin:$PATH" - export PATH="$PATH:/usr/sbin" + export PATH="/usr/lib/ccache/bin:$PATH" #+end_src **** Locale #+begin_src shell :tangle ~/.config/ash/ashrc @@ -1248,7 +1248,7 @@ I use tmux in order to keep my st build light. Still learning how it works. allow-emacs-pinentry #+end_src ** Xmodmap -#+begin_src conf (if (eq system-name "frost.armaanb.net") ":tangle ~/.config/xmodmap") +#+begin_src conf :tangle (progn (if (string= (system-name) "frost.armaanb.net") "~/.config/xmodmap" "no")) ! Unmap left super clear mod4 @@ -1266,3 +1266,9 @@ I use tmux in order to keep my st build light. Still learning how it works. add Lock = Caps_Lock add Control = Control_L #+end_src +** sx +#+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755) + autostart & + dwmsetroot & + exec dwm +#+end_src