From 318709194489ce7331e05c1d1308ae6629f3df02 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 20 Dec 2019 19:18:01 +0200 Subject: [PATCH] i3: enable display mirrorring --- conf/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index a0488a56..8f0c8077 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -364,10 +364,10 @@ 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 - mirror displays -#exec --no-startup-id xrandr --output HDMI-1 --same-as eDP-1 +exec --no-startup-id xrandr --output HDMI-1 --same-as eDP-1 # Sedric - double monitor via arandr #exec --no-startup-id xrandr --output VGA-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal -workspace 1 output HDMI-1 +#workspace 1 output HDMI-1 # Sedric - HDMI-only. Disable via TTY if appropiate. exec --no-startup-id xrandr --output VGA-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1 --off # Special keyboard options that WILL CONFUSE YOU.