; Upcase menu item
This commit is contained in:
parent
21a7341972
commit
1d0df9144e
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ One of `line-mode' or `char-mode'.")
|
||||||
("Switch to" :filter
|
("Switch to" :filter
|
||||||
(lambda (&rest _args)
|
(lambda (&rest _args)
|
||||||
(mapcar (lambda (i)
|
(mapcar (lambda (i)
|
||||||
`[,(format "workspace %d" i)
|
`[,(format "Workspace %d" i)
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(exwm-workspace-switch ,i))
|
(exwm-workspace-switch ,i))
|
||||||
|
|
Loading…
Reference in a new issue