feat(i3) edit the screen layout menu to match my new office
This commit is contained in:
parent
9d887196fc
commit
aee23f9603
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue