From 0176f576dad97946ab7145f1bcc8710e36f9489e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 4 Nov 2020 16:34:08 +0200 Subject: [PATCH] i3: change Sedric single display into Sedric 150 % display scaling --- conf/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 88552895..83d1a92d 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -436,8 +436,9 @@ exec --no-startup-id redshift-gtk -l 60.15937:24.87530 # Centre of Kotka #exec --no-startup-id redshift-gtk -l 60.46742:26.94508 -# Sedric - only internal monitor with readable resolution -#exec --no-startup-id xrandr --output eDP-1 --primary --mode 1368x768 --pos 0x0 --rotate normal --output VGA-1 --off --output HDMI-1 --off +# Sedric - 150 % display scaling (HiDPI), see also `xdpyinfo | grep resolution +# where 96 = 100 % +#exec --no-startup-id xrandr --dpi 144 # Sedric - mirror displays #exec --no-startup-id xrandr --output HDMI-1 --same-as eDP-1