mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
emacs
: add another monitor..
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
709d5ee085
commit
af694440c4
|
@ -24,10 +24,11 @@ Adjust the font, based on the specific host.
|
|||
("heater" (set-face-attribute 'default nil :family magic_rb/fixed-width-font :slant 'normal :height 105))
|
||||
("omen"
|
||||
(pcase mon
|
||||
((or "DP-1-3" "DP-1-3-6" "DP-1-3-5")
|
||||
(set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 95))
|
||||
((or "DP-1-3" "DP-1-3-6" "DP-1-3-5" "DP-1-0.5.5" "DP-1-0.6.6" "DP-1-3-6-6" "DP-1-3-5-5" "DP-1-0.6" "DP-1-0"
|
||||
"DP-1-0.5" "DP-1-1")
|
||||
(set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 95))
|
||||
((or "eDP-1" _)
|
||||
(set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 130)))))
|
||||
(set-face-attribute 'default frame :family magic_rb/fixed-width-font :slant 'normal :height 130)))))
|
||||
(set-face-attribute 'fixed-pitch nil :family magic_rb/fixed-width-font :slant 'normal :height 1.0)
|
||||
(set-face-attribute 'variable-pitch nil :family magic_rb/variable-pitch-font :height 1.0)))
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue