emacs: add HDMI-1-1...

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-11-09 22:15:57 +01:00
parent a304841f48
commit 29961182d4
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -25,7 +25,7 @@ Adjust the font, based on the specific host.
("omen"
(pcase mon
((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")
"DP-1-0.5" "DP-1-1" "HDMI-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)))))