diff options
author | jao <jao@gnu.org> | 2025-09-28 23:57:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-28 23:57:20 +0100 |
commit | ddf99ee09ab622feafcf70d28a2f0934db50d394 (patch) | |
tree | 75d4db050c27d0a4ddd5b4fcc6d191eb3de80f84 /lib/eos/jao-afio.el | |
parent | 7e1981ef1a6b99f3e2af356f79256c4ca4f4f70d (diff) | |
download | elibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.gz elibs-ddf99ee09ab622feafcf70d28a2f0934db50d394.tar.bz2 |
tweaks for better darwin behaviour
Diffstat (limited to 'lib/eos/jao-afio.el')
-rw-r--r-- | lib/eos/jao-afio.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 0a6d8e6..162a1b7 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -41,7 +41,7 @@ (interactive) (jao-afio--current-config ?c) (if jao-afio-use-frames - (set-frame-name "W1") + (set-frame-name (jao-afio-frame-name ?c)) (window-configuration-to-register ?c))) (defun jao-afio--check-frame () @@ -195,7 +195,7 @@ (select-frame-set-input-focus (or f (make-frame))) (when (setq reset (or reset (not f))) (set-frame-name - (format "W%s" (or (jao-afio-frame-no next) next))))) + (format "%s" (or (jao-afio-frame-name next) next))))) (window-configuration-to-register (jao-afio--current-config)) (when (and (not reset) (get-register next)) (ignore-errors (jump-to-register next))) |