increase vertical window divider to 2px
This commit is contained in:
@@ -67,9 +67,40 @@ DISPLAY-START: `integer', e.g. 3820"
|
|||||||
(add-to-list 'window-scroll-functions #'my-window-scroll-function)
|
(add-to-list 'window-scroll-functions #'my-window-scroll-function)
|
||||||
) ;; end of use-package emacs
|
) ;; end of use-package emacs
|
||||||
|
|
||||||
|
|
||||||
|
;; ┌────────────── Frame width ───────────────┐
|
||||||
|
;; ┌────── Window width ──────┐
|
||||||
|
;; ┌ ┌──────────────────────────────────────────┐
|
||||||
|
;; │ │ ┌──────────────────────────────────────┐ │
|
||||||
|
;; │ │ │ Header line │ │
|
||||||
|
;; │ ┌ │ ├───┬─┬────────────────────────┬─┬─┬───┤ │
|
||||||
|
;; F │ W │ │ │ │●┼─ Left fringe ┊ │ │ │●┼── Frame border
|
||||||
|
;; r │ i │ │ │ ●─┼─┼─ Left margin ┊ │ │ ●─┼─┼── Right margin
|
||||||
|
;; a │ n │ │ │ │ │ ┊ │●┼───┼─┼── Right fringe
|
||||||
|
;; m │ d │ │ │ │ │ ┊●┼─┼───┼─┼── Display column
|
||||||
|
;; e │ o │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; │ w │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; h │ │ │ │ │ │ Text area ┊ │ │ │ │
|
||||||
|
;; e │ h │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; i │ e │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; g │ i │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; h │ g │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; t │ h │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; │ t │ │ │ │ │ ┊ │ │ │ │
|
||||||
|
;; │ └ │ ├───┴─┴────────────────────────┴─┴─┴───┤ │
|
||||||
|
;; │ │ │ Mode line │ │
|
||||||
|
;; │ │ ├───┬─┬──────────────────────────┬─┬───┤ │
|
||||||
|
;; │ │ │ │ │ Minibuffer / Echo area │ │ │ │
|
||||||
|
;; │ │ └───┴─┴──────────────────────────┴─┴───┘ │
|
||||||
|
;; └ └──────────────────────────────────────────┘
|
||||||
|
;; └─┬─┘ └┬┘ └┬┘
|
||||||
|
;; Margin width Fringe width (pixels) ┘ │
|
||||||
|
;; (chars) Border width (pixels) ┘
|
||||||
(use-package frame
|
(use-package frame
|
||||||
:config
|
:config
|
||||||
(setq window-divider-default-places t))
|
(setq window-divider-default-right-width 2)
|
||||||
|
;; (setq window-divider-default-bottom-width 1) ;; -2 from awesome-tray
|
||||||
|
(setq window-divider-default-places 'right-only))
|
||||||
|
|
||||||
(use-package tab-bar
|
(use-package tab-bar
|
||||||
:defer 0.5
|
:defer 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user