branch: externals/exwm
commit 1d0df9144ef40b4d7dac5d73e5a4103e00343a6b
Author: Adrián Medraño Calvo <adr...@medranocalvo.com>
Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>

    ; Upcase menu item
---
 exwm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exwm-core.el b/exwm-core.el
index 553fb4b..7645489 100644
--- a/exwm-core.el
+++ b/exwm-core.el
@@ -334,7 +334,7 @@ One of `line-mode' or `char-mode'.")
     ("Switch to" :filter
      (lambda (&rest _args)
        (mapcar (lambda (i)
-                 `[,(format "workspace %d" i)
+                 `[,(format "Workspace %d" i)
                    (lambda ()
                      (interactive)
                      (exwm-workspace-switch ,i))

Reply via email to