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