Create a workspace for logs

Now that I have a vertical monitor, I'd like to use it for terminals and logs.
This commit is contained in:
William Carroll 2020-09-29 13:54:41 +01:00
parent ce61987959
commit 204c0beb83

View file

@ -81,6 +81,10 @@
(make-window-manager--named-workspace
:label "Chatter"
:kbd "h"
:display display-4k-vertical)
(make-window-manager--named-workspace
:label "Logs"
:kbd "t"
:display display-4k-vertical))
"List of `window-manager--named-workspace' structs.")