summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Shu <tumashu@163.com>2026-01-27 08:48:00 +0800
committerFeng Shu <tumashu@163.com>2026-01-27 08:48:00 +0800
commit0f4b4c7e59322c817ee467912169fad8fc1e9736 (patch)
tree5ca280d421de55d62fca7891cffa78cfba29269e
parent660c773f559ac37f29ccf626af0103817c8d5e30 (diff)
Update ivy-posframe-refposhandler-default
See: https://github.com/tumashu/posframe/issues/134#issuecomment-3798787928
-rw-r--r--ivy-posframe.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 7e5d27f..9f86d49 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -257,8 +257,8 @@ This variable is useful for `ivy-posframe-read-action' .")
(or (ignore-errors
(let ((info (elt exwm-workspace--workareas
exwm-workspace-current-index)))
- (cons (elt info 0)
- (elt info 1))))
+ (cons (oref info x)
+ (oref info y))))
;; Need user install xwininfo.
(ignore-errors
(posframe-refposhandler-xwininfo frame))