From 5420311fecf8d0a9ac7584147f818944359467f4 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 31 May 2021 21:01:53 +0000 Subject: [PATCH] Update paths --- config.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.org b/config.org index 0d9a24a..610d0c7 100644 --- a/config.org +++ b/config.org @@ -556,8 +556,8 @@ I never use this, but apparently its very powerful. Another item on my todo list :bind-keymap ("C-c p" . projectile-command-map) :init - (when (file-directory-p "~/Code") - (setq projectile-project-search-path '("~/Code"))) + (when (file-directory-p "~/src") + (setq projectile-project-search-path '("~/src"))) (setq projectile-switch-project-action #'projectile-dired)) (use-package counsel-projectile @@ -676,7 +676,7 @@ Abbreviate things! I just use this for things like my email address and copyrigh ** scdoc mode Get it for yourself at https://git.armaanb.net/scdoc #+begin_src emacs-lisp - (add-to-list 'load-path "~/Code/scdoc-mode") + (add-to-list 'load-path "~/src/scdoc-mode") (autoload 'scdoc-mode "scdoc-mode" "Major mode for editing scdoc files" t) (add-to-list 'auto-mode-alist '("\\.scd\\'" . scdoc-mode)) #+end_src @@ -761,7 +761,7 @@ Spectrwm is a really awesome window manager! Would highly recommend. workspace_limit = 5 warp_pointer = 1 modkey = Mod4 - autorun = ws[1]:/home/armaa/Code/scripts/autostart + autorun = ws[1]:/home/armaa/src/bin/autostart #+end_src *** Bar Disable the bar by default (it can still be brought back up with MOD+b). The font just needs to be set to something that you have installed, otherwise spectrwm won't launch. @@ -775,19 +775,19 @@ I'm not a huge fan of how spectrwm handles keybindings, probably my biggest grip #+begin_src conf :tangle ~/.spectrwm.conf program[term] = st -e tmux program[screenshot_all] = flameshot gui - program[notif] = /home/armaa/Code/scripts/setter status - program[pass] = /home/armaa/Code/scripts/passmenu + program[notif] = /home/armaa/src/bin/setter status + program[pass] = /home/armaa/src/bin/passmenu bind[notif] = MOD+n bind[pass] = MOD+Shift+p #+end_src **** Media keys #+begin_src conf :tangle ~/.spectrwm.conf - program[paup] = /home/armaa/Code/scripts/setter audio +5 - program[padown] = /home/armaa/Code/scripts/setter audio -5 - program[pamute] = /home/armaa/Code/scripts/setter audio - program[brigup] = /home/armaa/Code/scripts/setter brightness +10% - program[brigdown] = /home/armaa/Code/scripts/setter brightness 10%- + program[paup] = /home/armaa/src/bin/setter audio +5 + program[padown] = /home/armaa/src/bin/setter audio -5 + program[pamute] = /home/armaa/src/bin/setter audio + program[brigup] = /home/armaa/src/bin/setter brightness +10% + program[brigdown] = /home/armaa/src/bin/setter brightness 10%- program[next] = playerctl next program[prev] = playerctl previous program[pause] = playerctl play-pause -- 2.39.2