commit c46b3f0f46a860baee7c484fb2eb724e09a48b72
Author: Simon Watson <spw01@protonmail.com>
Date: Sat Nov 6 13:05:16 2021 -0400
bashrc alias for htop, emacs orgmode config
diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index 15b9cad..3e76f11 100644
--- a/bashrc/bashrc-all
+++ b/bashrc/bashrc-all
@@ -14,6 +14,11 @@ fi
export EDITOR=$(which vim)
+BPYTOP_PATH=$(which bpytop)
+if [ ! -z "$BPYTOP_PATH" ]; then
+ alias htop="bpytop -b \"cpu mem net proc\""
+fi
+
EXA_PATH=$(which exa)
if [ ! -z "$EXA_PATH" ]; then
alias ls="$EXA_PATH"
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index a8d8856..97c3696 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -279,4 +279,4 @@
(load "~/Repos/dotfiles/emacs/linux-load/customs.el")
(xterm-mouse-mode t)
(load (expand-file-name "~/quicklisp/slime-helper.el"))
- (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))
+ (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))
\ No newline at end of file
diff --git a/emacs/linux-load/customs.el b/emacs/linux-load/customs.el
index 30d079f..2978419 100644
--- a/emacs/linux-load/customs.el
+++ b/emacs/linux-load/customs.el
@@ -12,4 +12,8 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Envy Code R" :foundry "UNKN" :slant normal :weight normal :height 120 :width normal)))))
+ '(default ((t (:family "Envy Code R" :foundry "UNKN" :slant normal :weight normal :height 100 :width normal))))
+ '(org-level-1 ((t (:inherit variable-pitch :foreground "#cb4b16" :height 1.0))))
+ '(org-level-2 ((t (:inherit variable-pitch :foreground "#859900" :height 1.0))))
+ '(org-level-3 ((t (:inherit variable-pitch :foreground "#268bd2" :height 1.0))))
+ '(org-level-4 ((t (:inherit variable-pitch :foreground "#b58900" :height 1.0)))))
diff --git a/xinit/swatson-casana-xinitrc b/xinit/swatson-casana-xinitrc
index 75a7f71..d4c3f2d 100644
--- a/xinit/swatson-casana-xinitrc
+++ b/xinit/swatson-casana-xinitrc
@@ -2,4 +2,5 @@ nitrogen --restore &
xinput set-button-map 11 1 1 3 4 5 6 7 & # Disable track pad middle click
xmodmap ~/.xmodmap & # Swap CapsLock to L_Ctrl
/home/swatson/.config/lemonbar/startLemon.sh &
+guake &
exec openbox