diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-03T09·08+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-03T09·08+0100 |
commit | f23e1be416e64d811e1084660dfae75ca790819d (patch) | |
tree | bd48845c054acd3fea400d8919a1ef71ff6b28fa /emacs | |
parent | 87c7b31271b43a90543aff34bc72b7c9deffa841 (diff) |
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.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/window-manager.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el index 55da3616fc9c..6b152a283f9c 100644 --- a/emacs/.emacs.d/wpc/window-manager.el +++ b/emacs/.emacs.d/wpc/window-manager.el @@ -76,9 +76,6 @@ :label "Briefcase" :kbd "d") (make-exwm/named-workspace - :label "Terminal" - :kbd "t") - (make-exwm/named-workspace :label "Todos" :kbd "o") (make-exwm/named-workspace |