This commit is contained in:
Hoang Nguyen 2021-02-16 02:26:02 +03:00
parent 0aa9c452b8
commit b88ea2595d
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 2 additions and 2 deletions

View File

@ -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