Browse Source

Add docstring

main
parent
commit
e844223e16
  1. 1
      modules/desktop.el

1
modules/desktop.el

@ -60,6 +60,7 @@
(display-time-mode 1)) (display-time-mode 1))
(defun dotfiles/update-display () (defun dotfiles/update-display ()
"Update the displays by forcing a change through autorandr."
(dotfiles/run-in-background "autorandr --change --force")) (dotfiles/run-in-background "autorandr --change --force"))
(use-package exwm (use-package exwm

Loading…
Cancel
Save