diff options
Diffstat (limited to '.exwm')
-rw-r--r-- | .exwm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) "…"))))) |