From 4e13a5c991be8200690e17b08fd4147de35f09c0 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 28 Sep 2018 10:42:08 +0200 Subject: [PATCH] updates i3wm conf after display renaming --- i3wm/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index 11c82b6..5ec1dcb 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -174,8 +174,8 @@ bindsym Mod4+r mode "resize" # Screen display set $mode_display Display (b) Bureau, (s) single mode "$mode_display" { - bindsym b exec xrandr --output DP2-1 --auto --right-of eDP1 --output DP1-2 --auto --right-of DP2-1 - bindsym s exec xrandr --output DP2-1 --off --output DP1-2 --off + bindsym b exec xrandr --output DP-2-1 --auto --right-of eDP-1 --output DP-1-2 --auto --right-of DP-2-1 + bindsym s exec xrandr --output DP-2-1 --off --output DP-1-2 --off # back to normal: Enter or Escape bindsym Return mode "default"