Reduce size of popup terminal

This commit is contained in:
coolneng 2022-11-30 17:01:03 +01:00
parent e5785374f2
commit 68b3990299
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

2
+ui.el
View File

@ -29,7 +29,7 @@
(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)
(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