add 3rd monitor config
This commit is contained in:
parent
2aa1f57813
commit
80e26bf6e7
@ -3,6 +3,9 @@
|
|||||||
exec --no-startup-id xrandr --output DP1 --primary
|
exec --no-startup-id xrandr --output DP1 --primary
|
||||||
# Put Apple Cinima Display on the right of DP-0
|
# Put Apple Cinima Display on the right of DP-0
|
||||||
exec --no-startup-id xrandr --output DP2 --left-of DP1
|
exec --no-startup-id xrandr --output DP2 --left-of DP1
|
||||||
|
# Third monitor
|
||||||
|
exec --no-startup-id xrandr --output VGA1 --left-of DP2
|
||||||
|
|
||||||
|
|
||||||
# Use the Super key as $mod, because Alt is used in tmux
|
# Use the Super key as $mod, because Alt is used in tmux
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user