From 1ccd7bddf55c41202afe316e70fa01059e1bcbbb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Jul 2026 15:38:23 -0500 Subject: fix(agenda): spawn the agenda frame tiled, not compositor-fullscreen I dropped (fullscreen . fullboth) from the spawned frame so a tiling WM places it side by side with the working frame. "Fullscreen" was the wrong word for the intent: a normal frame at its full tiled position, not one covering the whole output. The engage-routing and focus logic are unchanged and matter more now, since a task opens in the adjacent working pane. --- modules/org-agenda-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/org-agenda-config.el') diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el index 7bbb31ae..1e91fa48 100644 --- a/modules/org-agenda-config.el +++ b/modules/org-agenda-config.el @@ -232,7 +232,7 @@ agenda-frame toggle and moved the force-rescan here." (interactive) (cj/build-org-agenda-list 'force-rebuild)) ;; S- and C-M- are bound by `org-agenda-frame.el' (cj/--agenda-frame-install-keys): -;; S- toggles the fullscreen agenda frame; C-M- runs the force-rescan above. +;; S- toggles the dedicated agenda frame; C-M- runs the force-rescan above. (defun cj/todo-list-all-agenda-files () "Displays an \\='org-agenda\\=' todo list. -- cgit v1.2.3