From e844223e168bf8e3c441404d4793602aa80c7727 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Feb 2021 21:02:51 -0500 Subject: [PATCH] Add docstring --- modules/desktop.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop.el b/modules/desktop.el index 330ad41..dd6f84b 100644 --- a/modules/desktop.el +++ b/modules/desktop.el @@ -60,6 +60,7 @@ (display-time-mode 1)) (defun dotfiles/update-display () + "Update the displays by forcing a change through autorandr." (dotfiles/run-in-background "autorandr --change --force")) (use-package exwm