output "Philips Consumer Electronics Company PHL 325B1L UK02311010066" {
  mode 2560x1440@60
  position 0,0
  scale 1
  alias $HOME_LEFT
}

output "ASUSTek COMPUTER INC VG248 L4LMQS119147" {
  mode 1920x1080@120
  position 2560,0
  scale 1
  alias $HOME_RIGHT
}

output eDP-1 {
  mode 1920x1200@60
  scale 1
  alias $INTERNAL
}

# Profile for when you are at your desk
profile home {
  output $HOME_LEFT enable
  output $HOME_RIGHT enable
  output $INTERNAL disable
}

# Profile for when you are on the go
profile outside {
  output $INTERNAL enable
  exec sleep 1 && hyprctl dispatch dpms on eDP-1
}

profile fallback {

}
