From e1b778f5f5963ca02177875dea09f4a12d95741b Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 8 Nov 2025 22:21:04 +0000 Subject: afio: per workspace frame parameters --- init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 812fea8..503054e 100644 --- a/init.el +++ b/init.el @@ -1170,6 +1170,10 @@ (jao-when-linux (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) + (jao-when-darwin + (add-to-list 'jao-afio-frame-parameters + '("docs" ((width . 195) (height . 70))))) + :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) ("C-c w" . 'jao-afio-goto-www) -- cgit v1.2.3