Drop support for Terminal workspace

I created the Terminal workspace before I wrote a function for finding/creating
vterm instances. I now use the latter almost exclusively.
This commit is contained in:
William Carroll 2020-04-03 10:08:41 +01:00
parent 87c7b31271
commit f23e1be416

View file

@ -75,9 +75,6 @@
(make-exwm/named-workspace (make-exwm/named-workspace
:label "Briefcase" :label "Briefcase"
:kbd "d") :kbd "d")
(make-exwm/named-workspace
:label "Terminal"
:kbd "t")
(make-exwm/named-workspace (make-exwm/named-workspace
:label "Todos" :label "Todos"
:kbd "o") :kbd "o")