From 0421f24fc36e75c77a975a9e8cdb0fc934db365a Mon Sep 17 00:00:00 2001 From: opalvaults Date: Thu, 23 Dec 2021 09:59:26 -0800 Subject: [PATCH] s/mouth/mouse --- StumpWM.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StumpWM.org b/StumpWM.org index 15a5e52..ab951e9 100644 --- a/StumpWM.org +++ b/StumpWM.org @@ -33,7 +33,7 @@ In my quest to make my computer a Lisp machine in its own right, I am using Stum (set-prefix-key (kbd "s-ESC")) #+end_src -** Focus window with mouth +** Focus window with mouse #+begin_src lisp (setf *mouse-focus-policy* :click) #+end_src