emacs: add another monitor..

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-10-31 14:25:09 +01:00
parent 709d5ee085
commit af694440c4
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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