Timeout my/window-name if no window pops up

This commit is contained in:
Benson Chu 2022-10-23 20:07:15 -05:00
parent 5d0b1be3e9
commit d64219bedc

View file

@ -121,7 +121,8 @@
(interactive)
(let ((name (or name cmd)))
(setq my/window-name name)
(start-process-shell-command cmd nil cmd)))
(start-process-shell-command cmd nil cmd)
(run-at-time 30 nil #'(lambda () (setq my/window-name nil)))))
(defun exwm-rename-buffer ()
(interactive)