aboutsummaryrefslogtreecommitdiff
path: root/.exwm
diff options
context:
space:
mode:
Diffstat (limited to '.exwm')
-rw-r--r--.exwm2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exwm b/.exwm
index a02b338..a659740 100644
--- a/.exwm
+++ b/.exwm
@@ -36,7 +36,7 @@
(interactive)
(exwm-workspace-rename-buffer
(concat exwm-class-name ":"
- (if (or (stringp exwm-title)
+ (if (or (not (stringp exwm-title))
(<= (string-width exwm-title) 50))
exwm-title
(concat (truncate-exwm-title exwm-title) "…")))))