From f46b5043a244e1bc3a5f1668f601f8d010ff19b3 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 30 Nov 2022 17:01:03 +0100 Subject: [PATCH] Reduce size of the popup terminal --- +ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/+ui.el b/+ui.el index 19128d6..56eb605 100644 --- a/+ui.el +++ b/+ui.el @@ -28,8 +28,8 @@ ;; Eliminate gaps between windows (after! frame (remove-hook 'doom-init-ui-hook #'window-divider-mode)) -;; Shrink terminal buffer -(set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0) +;; Reduce size of the popup terminal +(set-popup-rule! "*doom:vterm-popup:*" :size 0.25 :vslot -4 :select t :quit nil :ttl 0) ;; Show matching parenthesis on the minibuffer (after! smartparens (show-smartparens-global-mode t)) ;; Modify the splash screen actions