about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/display.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-15T22·14+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commitfb5f1726dfb1fbaf8c04e5cc2aab330eba4712ea (patch)
tree0be22c6a81ba4c89fd58989ae357edd492a91365 /configs/shared/.emacs.d/wpc/display.el
parentdd9db4e318f309afa839e034ff0d152d4aed34f9 (diff)
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!
Diffstat (limited to 'configs/shared/.emacs.d/wpc/display.el')
-rw-r--r--configs/shared/.emacs.d/wpc/display.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/display.el b/configs/shared/.emacs.d/wpc/display.el
index 727f783e62e0..4f2527b20cb6 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)