feat(i3) edit the screen layout menu to match my new office

This commit is contained in:
Bruno Carlin 2022-03-30 10:36:33 +02:00
parent 9d887196fc
commit aee23f9603

View file

@ -179,7 +179,7 @@ bindsym Mod4+r mode "resize"
# Screen display # Screen display
set $mode_display Display (b) Bureau, (s) single, (h) HDMI set $mode_display Display (b) Bureau, (s) single, (h) HDMI
mode "$mode_display" { mode "$mode_display" {
bindsym b exec xrandr --output DP2-1 --auto --right-of eDP1 --output DP1-2 --auto --right-of DP2-1 bindsym b exec xrandr --output eDP1 --auto --output DP1-2 --auto --left-of eDP1
bindsym h exec xrandr --output DP3 --auto --right-of eDP1 bindsym h exec xrandr --output DP3 --auto --right-of eDP1
bindsym s exec xrandr --output DP2-1 --off --output DP1-2 --off bindsym s exec xrandr --output DP2-1 --off --output DP1-2 --off