updates i3wm conf after display renaming

This commit is contained in:
Bruno Carlin 2018-09-28 10:42:08 +02:00
parent e3af5bf438
commit 4e13a5c991

View file

@ -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"