mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Adjust monitor placement
This commit is contained in:
parent
bacb939683
commit
cb7acca728
1 changed files with 12 additions and 7 deletions
|
@ -1,16 +1,21 @@
|
|||
profile office {
|
||||
output eDP-1 mode 3840x2160 position 0,0 scale 2
|
||||
output "Dell Inc. DELL U2419HC 6Z7JSS2" mode 1920x1080 position 1920,0
|
||||
output "Dell Inc. DELL U2419HC 879JSS2" mode 1920x1080 position 3840,0
|
||||
output eDP-1 mode 3840x2160 position 0,420 scale 2
|
||||
output "Dell Inc. DELL U2419HC 6Z7JSS2" mode 1920x1080 position 1920,420
|
||||
output "Dell Inc. DELL U2419HC 879JSS2" mode 1920x1080 position 3840,0 transform 90
|
||||
}
|
||||
|
||||
profile home-docked {
|
||||
output eDP-1 mode 3840x2160 position 0,1200 scale 2
|
||||
output "Hewlett Packard HP ZR2440w CN43361P27" mode 1920x1200 position 0,0
|
||||
output "Hewlett Packard HP ZR2440w CN43361P3M" mode 1920x1200 position 1920,0 transform 90
|
||||
output eDP-1 mode 3840x2160 position 0,420 scale 2
|
||||
output "Hewlett Packard HP ZR2440w CN43361P27" mode 1920x1200 position 1920,420
|
||||
output "Hewlett Packard HP ZR2440w CN43361P3M" mode 1920x1200 position 3840,0 transform 90
|
||||
}
|
||||
|
||||
profile home-single-monitor {
|
||||
profile home-single-monitor-l {
|
||||
output eDP-1 mode 3840x2160 position 0,420 scale 2
|
||||
output "Hewlett Packard HP ZR2440w CN43361P27" mode 1920x1200 position 1920,420
|
||||
}
|
||||
|
||||
profile home-single-monitor-r {
|
||||
output eDP-1 mode 3840x2160 position 0,840 scale 2
|
||||
output "Hewlett Packard HP ZR2440w CN43361P3M" mode 1920x1200 position 1920,0 transform 90
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue