summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--exwm-windowing.el
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-01-11 21:23:34 -0700
committerbd <bdunahu@colostate.edu>2024-01-11 21:23:34 -0700
commita46b4ee2218927096003a6861441cd10fb59bf66 (patch)
treea85c69ee57ea1f6fc4c20f42fe327d29416484c2 /.config/emacs/modules/bd--exwm-windowing.el
parent1ced565816120bfcc351daf9fc3a4e851162e3b7 (diff)
Changed shell preferences, org capture templates, fixed vali.scm
Diffstat (limited to '.config/emacs/modules/bd--exwm-windowing.el')
-rw-r--r--.config/emacs/modules/bd--exwm-windowing.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--exwm-windowing.el b/.config/emacs/modules/bd--exwm-windowing.el
index a275f5a..cc1a906 100644
--- a/.config/emacs/modules/bd--exwm-windowing.el
+++ b/.config/emacs/modules/bd--exwm-windowing.el
@@ -80,10 +80,10 @@ select a line from a file."
;; order is important
(require 'exwm-randr)
(exwm-randr-enable)
- ;; because my nvidia driver is currently unsupported with nouveau,
+ ;; because my nvidia card is currently unsupported with nouveau,
;; xrandr seems to be entirely broken. This line is only here for
;; future reference
- ;;(start-process-shell-command "xrandr" nil (expand-file-name "exwm_xrandr.sh" user-emacs-directory))
+ ;; (start-process-shell-command "xrandr" nil (expand-file-name "exwm_xrandr.sh" user-emacs-directory))
(start-process-shell-command "picom" nil "picom")
(start-process-shell-command "bg" nil "set-bg")
(start-process-shell-command "xrate" nil "xset r rate 250 70")