From fb5f1726dfb1fbaf8c04e5cc2aab330eba4712ea Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 15 Jan 2020 22:14:51 +0000 Subject: [PATCH] Track TODO for investigating 4k monitor scaling It seems like something when I run `display/enable-4k` my resolution isn't at 4k fully. However, when I call the same command on the command line it does scale properly. This doesn't sound likely, and frankly I haven't had too much time to try and reproduce this. Hence - the TODO! --- configs/shared/.emacs.d/wpc/display.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/shared/.emacs.d/wpc/display.el b/configs/shared/.emacs.d/wpc/display.el index 727f783e6..4f2527b20 100644 --- a/configs/shared/.emacs.d/wpc/display.el +++ b/configs/shared/.emacs.d/wpc/display.el @@ -38,6 +38,8 @@ ;; Library ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; TODO: Debug why something this scales to 4k appropriately and other times it +;; doesn't. (defun display/enable-4k () "Attempt to connect to my 4K monitor." (interactive)