mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
typo
This commit is contained in:
parent
0aa9c452b8
commit
b88ea2595d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user