mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Timeout my/window-name if no window pops up
This commit is contained in:
parent
5d0b1be3e9
commit
d64219bedc
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue