diff options
-rw-r--r-- | emacs/.emacs.d/wpc/display.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/display.el b/emacs/.emacs.d/wpc/display.el index 8e5b89030325..2a7bbe94247f 100644 --- a/emacs/.emacs.d/wpc/display.el +++ b/emacs/.emacs.d/wpc/display.el @@ -46,7 +46,7 @@ (prelude/start-process :name "display/enable-4k" :command (string/format - "xrandr --output %s --above %s --primary --auto --dpi 144" + "xrandr --output %s --above %s --primary --auto --size 3840x2160 --rate 30.00 --dpi 144" display/4k-monitor display/laptop-monitor))) |