Browse Source

Update the wallpaper during startup

main
parent
commit
3cd2edd8bd
  1. 1
      modules/desktop.org

1
modules/desktop.org

@ -164,6 +164,7 @@ Connect our custom hooks and configure the input keys, a custom layer for key ca
(add-hook 'exwm-randr-screen-change-hook #'dotfiles/update-display) (add-hook 'exwm-randr-screen-change-hook #'dotfiles/update-display)
(add-hook 'exwm-update-class-hook (lambda () (exwm-workspace-rename-buffer exwm-class-name))) (add-hook 'exwm-update-class-hook (lambda () (exwm-workspace-rename-buffer exwm-class-name)))
(dotfiles/update-display) (dotfiles/update-display)
(dotfiles/run-in-background "nitrogen --restore") ;; Update the wallpaper.
(exwm-enable)) (exwm-enable))
#+end_src #+end_src

Loading…
Cancel
Save