]> git.armaanb.net Git - config.org.git/commitdiff
Update paths
authorArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 21:01:53 +0000 (21:01 +0000)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 21:01:53 +0000 (21:01 +0000)
config.org

index 0d9a24a9a91385ee07cb701092866e27608fca99..610d0c7e154de5ebc52d10b4d5e1b34d661da655 100644 (file)
@@ -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