dotfiles/system/.config/kanshi/config
Severin Kaderli dabae64c07
Update k anshi config
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2023-02-07 21:19:04 +01:00

26 lines
685 B
Text

profile home {
output eDP-1 disable
output HDMI-A-1 mode 1920x1200@59.950Hz position 0,0
output HDMI-A-2 mode 1920x1080@60Hz position 1920,120
exec xrandr --output XWAYLAND0
exec xrandr --output XWAYLAND1 --primary
}
profile mobile {
output eDP-1 mode 1920x1080@60.031Hz position 0,0
exec xrandr --output XWAYLAND0 --primary
}
profile gw2 {
output eDP-1 mode 1920x1080@60.031Hz position 0,0
output HDMI-A-2 mode 1920x1080@60.031Hz position 1920,0
exec xrandr --output XWAYLAND0 --primary
}
profile presentation {
output eDP-1 enable mode 1920x1080@60.031Hz position 0,0
output HDMI-A-1 mode 1920x1200@59.950Hz position 1920,-120
}