diff --git a/home/.config/doom/exwm.el b/home/.config/doom/exwm.el index 06d4d60..bd29c32 100644 --- a/home/.config/doom/exwm.el +++ b/home/.config/doom/exwm.el @@ -40,7 +40,7 @@ You can find the original one at `exwm-config-ido-buffer-window-other-frame'." (apply #'call-process `(,(car command-parts) nil 0 nil ,@(cdr command-parts))))) (defun follie/set-wallpaper () - (interative) + (interactive) (start-process-shell-command "feh" nil "feh --no-fehbg --bg-fill --randomize ~/Pictures/Wallpapers/*")) @@ -72,7 +72,7 @@ You can find the original one at `exwm-config-ido-buffer-window-other-frame'." (defun follie/update-displays () (lambda () (start-process-shell-command "xrandr" nil "xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal")) - ;;(follie/set-wallpaper) + (follie/set-wallpaper) (message "Displays updated")) (use-package! exwm