diff options
Diffstat (limited to '.config/emacs/modules/bd--exwm-windowing.el')
| -rw-r--r-- | .config/emacs/modules/bd--exwm-windowing.el | 4 | 
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")  | 
