Skip to content

Commit

Permalink
correct win rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Nov 4, 2024
1 parent 822a14e commit 2e43ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phye-lisp/phye-init-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
(when (and (not (display-graphic-p))
(not (string-empty-p (getenv "TMUX"))))
(let ((name (phye/get-project-name-of-active-window)))
(shell-command (format "tmux rename-window %s" name) t))))
(shell-command (format "tmux rename-window %s" name) t t))))

(add-to-list 'window-selection-change-functions #'phye/set-tmux-window-based-on-project)

Expand Down

0 comments on commit 2e43ee9

Please sign in to comment.