From 3d9292c416a5245edbe4cc9ac02223d4903da89c Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 24 Sep 2025 16:24:03 +0800 Subject: [PATCH] move timers to top side --- userland/scratch.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/userland/scratch.el b/userland/scratch.el index fadb868..3cff518 100644 --- a/userland/scratch.el +++ b/userland/scratch.el @@ -90,8 +90,9 @@ (add-to-list 'display-buffer-alist '("\\\\*tmr-tabulated-view\\\\*" (display-buffer-in-side-window) - (side . left) - (slot . 4))) + (side . top) + (slot . 4) + (window-height . 0.1))) (provide 'scratch)