about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/look-and-feel.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-11-24T21·36+0300
committertazjin <tazjin@tvl.su>2023-11-25T15·45+0000
commit49bba33de126271f60eb3e11ce6dea4306b4ff09 (patch)
tree08a02995e169efcc235cf8b59aa673a0a19870f4 /users/tazjin/emacs/config/look-and-feel.el
parente8fb39c36d60a9879db053303b44138f16e3319f (diff)
chore(tazjin/emacs): remove all workspace related functionality r/7062
This removes everything related to workspaces, as well as the current
RandR configuration, creating a (cleaner) slate for switching to tabs.

This was supposed to be committed earlier, but got broken by
clbot (see b/333).

Change-Id: I2d110bca0d6629a505699210f0aba12882f83d48
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10115
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/tazjin/emacs/config/look-and-feel.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/users/tazjin/emacs/config/look-and-feel.el b/users/tazjin/emacs/config/look-and-feel.el
index d46ba974ca..6cf2c2a8c1 100644
--- a/users/tazjin/emacs/config/look-and-feel.el
+++ b/users/tazjin/emacs/config/look-and-feel.el
@@ -69,11 +69,6 @@
   (telephone-line-defsegment telephone-line-last-window-segment ()
     (telephone-misc-if-last-window))
 
-  ;; Display the current EXWM workspace index in the mode-line
-  (telephone-line-defsegment telephone-line-exwm-workspace-index ()
-    (when (bottom-right-window-p)
-      (format "[%s]" exwm-workspace-current-index)))
-
   ;; Define a highlight font for ~ important ~ information in the last
   ;; window.
   (defface special-highlight '((t (:foreground "white" :background "#5f627f"))) "")
@@ -87,8 +82,7 @@
 
   (setq telephone-line-rhs
         '((accent . (telephone-line-major-mode-segment))
-          (nil . (telephone-line-last-window-segment
-                  telephone-line-exwm-workspace-index))
+          (nil . (telephone-line-last-window-segment))
 
           ;; TODO(tazjin): lets not do this particular thing while I
           ;; don't actually run notmuch, there are too many things